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

    ido-mode: added ido-first-match face and changed ido-only-match and 
ido-subdir faces.
---
 gruber-darker-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 0c0513c0a6..2bb4ec857c 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -125,9 +125,10 @@ a.k.a. rexim.")
    `(font-latex-warning-face ((t (:foreground ,gruber-darker-red))))
    `(font-latex-slide-title-face ((t (:foreground ,gruber-darker-quartz+1))))
 
-   ;; ido
-   `(ido-only-match ((t (:foreground ,gruber-darker-green))))
-   `(ido-subdir ((t (:foreground ,gruber-darker-red))))
+   ;; ido-mode
+   `(ido-first-match ((t (:foreground ,gruber-darker-yellow :bold nil))))
+   `(ido-only-match ((t (:foreground ,gruber-darker-yellow :weight bold))))
+   `(ido-subdir ((t (:foreground "SkyBlue" :weight bold)))) ;FIXME: classify 
this color
 
    ;; Compilation
    `(compilation-info ((t (:foreground ,gruber-darker-green :inherit nil))))

Reply via email to