branch: elpa/gruber-darker-theme commit 32ad9284287b149d8eeeffe3c39e3eadf903a16d Author: rexim <rexim...@gmail.com> Commit: rexim <rexim...@gmail.com>
Changed ido faces. --- README.md | 7 +++---- gruber-darker-theme.el | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a35236e415..1ac9a10dc1 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,8 @@ Use `M-x customize-themes` to change your current theme. Gruber Darker is an awesome theme. But it has a lack of support for many good modes. I add color faces only for modes I use. If you like -this theme and use a mode that looks very bad on it, feel free to add -appropriate color faces (see gruber-darker-theme.el) and send me a -pull request. Please, attach to the pull request a screenshot which -shows the look before and after the modification. +this theme and use a mode that looks very bad with it, feel free to +add appropriate color faces (see file gruber-darker-theme.el) and send +me a pull request. Thanks. diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el index 4b98c3b3ea..8891dbb3ff 100644 --- a/gruber-darker-theme.el +++ b/gruber-darker-theme.el @@ -146,8 +146,8 @@ `(dired-ignored ((t (:foreground ,gruber-darker-quartz :inherit nil)))) ;; ido-mode - `(ido-first-match ((t (:foreground ,gruber-darker-green :bold nil)))) - `(ido-only-match ((t (:foreground ,gruber-darker-green)))) + `(ido-first-match ((t (:foreground ,gruber-darker-yellow :bold nil)))) + `(ido-only-match ((t (:foreground ,gruber-darker-brown :weight bold)))) `(ido-subdir ((t (:foreground ,gruber-darker-quartz+1 :weight bold)))) ;; helm-mode