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

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

[nongnu] elpa/alect-themes 6e80f5f 164/269: Modify 'ido-only-match' face


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6e80f5f 164/269: Modify 'ido-only-match' face
Date: Thu, 21 Oct 2021 17:59:11 -0400 (EDT)

branch: elpa/alect-themes
commit 6e80f5fec09dace1847ccf353b0bd4725fe995f6
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'ido-only-match' face
---
 alect-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index b88f3ef..e1812a1 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -920,7 +920,8 @@ For INVERT, see `alect-get-color'."
 
          ;; ido-mode
          (ido-first-match ((,c :weight bold)))
-         (ido-only-match  ((,c :inherit ido-first-match :foreground ,(gc 
'fg+2))))
+         (ido-only-match  ((,c :inherit ido-first-match
+                               :foreground ,(gc 'blue))))
          (ido-subdir      ((,c :inherit dired-directory)))
          (ido-virtual     ((,c :foreground ,(gc 'red-2))))
 



reply via email to

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