branch: elpa/alect-themes
commit a6e9b248ad869ac9eb10d881043e02c526e99d53
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'ido-indicator' face
---
alect-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index f63f593..2378597 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1042,6 +1042,9 @@ For INVERT, see `alect-get-color'."
:foreground ,(gc 'blue))))
(ido-subdir ((,c :inherit dired-directory)))
(ido-virtual ((,c :foreground ,(gc 'red-2))))
+ ;; I have no idea where this face is used.
+ (ido-indicator ((,c :background ,(gc 'red-bg)
+ :foreground ,(gc 'fg+1))))
;; isearch
(isearch-fail ((,c :background ,(gc 'red-bg))))