branch: elpa/gruber-darker-theme
commit 43f5cafbdcbc183f1c422004f9ee17b602f2e47f
Author: rexim <rexim...@gmail.com>
Commit: rexim <rexim...@gmail.com>

    ido-mode: match faces are now green.
---
 gruber-darker-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 2bb4ec857c..570411b71a 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -126,8 +126,8 @@ a.k.a. rexim.")
    `(font-latex-slide-title-face ((t (:foreground ,gruber-darker-quartz+1))))
 
    ;; ido-mode
-   `(ido-first-match ((t (:foreground ,gruber-darker-yellow :bold nil))))
-   `(ido-only-match ((t (:foreground ,gruber-darker-yellow :weight bold))))
+   `(ido-first-match ((t (:foreground ,gruber-darker-green :bold nil))))
+   `(ido-only-match ((t (:foreground ,gruber-darker-green))))
    `(ido-subdir ((t (:foreground "SkyBlue" :weight bold)))) ;FIXME: classify 
this color
 
    ;; Compilation

Reply via email to