emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruber-darker-theme 1cb1162f72 016/121: ido-mode: added id


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme 1cb1162f72 016/121: ido-mode: added ido-first-match face and changed ido-only-match and ido-subdir faces.
Date: Mon, 12 Dec 2022 21:00:04 -0500 (EST)

branch: elpa/gruber-darker-theme
commit 1cb1162f7260aff021946247ee3a20ca25e58004
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@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

[Prev in Thread] Current Thread [Next in Thread]