branch: elpa/alect-themes
commit 5c72eb089ed659016957f5353798ab33b5f636d5
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify `lazy-highlight' face
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 508164f..1c25f1c 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -818,7 +818,7 @@ For INVERT, see `alect-get-color'."
(isearch ((,c :foreground ,(gc 'bg+1)
:background ,(gc 'fg+2))))
(lazy-highlight ((,c :foreground ,(gc 'bg-2)
- :background ,(gc 'fg-2))))
+ :background ,(gc 'gray))))
;; js2-mode
(js2-warning-face ((,c :foreground,(gc 'fg-2))))