branch: elpa/alect-themes
commit 6e80f5fec09dace1847ccf353b0bd4725fe995f6
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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