branch: elpa/alect-themes
commit 3b52c5068e3d6fcd86983bdff5363402f0edc2bb
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify isearch faces
---
alect-themes.el | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index cd98e24..4c28f20 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1015,12 +1015,11 @@ For INVERT, see `alect-get-color'."
(ido-virtual ((,c :foreground ,(gc 'red-2))))
;; isearch
- (isearch-fail ((,c :foreground ,(gc 'fg+1)
- :background ,(gc 'red-2))))
- (isearch ((,c :foreground ,(gc 'bg+1)
- :background ,(gc 'fg+2))))
- (lazy-highlight ((,c :foreground ,(gc 'bg-2)
- :background ,(gc 'gray))))
+ (isearch-fail ((,c :background ,(gc 'red-bg))))
+ (isearch ((,c :foreground ,(gc 'fg+1)
+ :background ,(gc 'blue-bg-1))))
+ (lazy-highlight ((,c :foreground ,(gc 'fg+1)
+ :background ,(gc 'bg+2))))
;; linum-mode
(linum ((,c :foreground ,(gc 'fg-2))))