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

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

[nongnu] elpa/alect-themes 3b52c50 220/269: Modify isearch faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 3b52c50 220/269: Modify isearch faces
Date: Thu, 21 Oct 2021 17:59:23 -0400 (EDT)

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

    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))))



reply via email to

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