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

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

[nongnu] elpa/inkpot-theme df1d151279 020/104: Correct isearch color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme df1d151279 020/104: Correct isearch color
Date: Thu, 7 Jul 2022 12:01:02 -0400 (EDT)

branch: elpa/inkpot-theme
commit df1d1512792e665ff17122b3df02f81c4e33415f
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Correct isearch color
    
    Wasn't matching the original,
    also define isearch-fail and lazy-highlight.
---
 inkpot-theme.el | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index c199946826..e1b48354b7 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -22,7 +22,15 @@
         '(linum ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
         '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))
         '(show-paren-match-face ((t (:background "#4e4e8f"))))
-        '(isearch ((t (:bold t :foreground "#303030" :background "#cd8b60"))))
+
+        ; isearch
+        ;
+        ; note: original theme doesn't show different colors here,
+        ; simply use bold for 'isearch'.
+        '(isearch ((t (:bold t :foreground "#303030" :background "#ad7b57"))))
+        '(lazy-highlight ((t  (:foreground "#303030" :background "#ad7b57"))))
+        '(isearch-fail ((t (:foreground "#ffffff" :background "#ce4e4e"))))
+
         '(modeline ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e"))))
         '(modeline-inactive ((t (:foreground "#708090" :background 
"#3e3e5e"))))
         '(modeline-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))



reply via email to

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