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

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

[nongnu] elpa/inkpot-theme 9a2af49fa1 010/104: Correct parens color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 9a2af49fa1 010/104: Correct parens color
Date: Thu, 7 Jul 2022 12:00:58 -0400 (EDT)

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

    Correct parens color
    
    Also easier to tell apart from the regular cursor.
---
 inkpot-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 277e7ca3df..3b4a521589 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -19,7 +19,7 @@
         '(fringe ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
         '(linum ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
         '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))
-        '(show-paren-match-face ((t (:background "#606060"))))
+        '(show-paren-match-face ((t (:background "#4e4e8f"))))
         '(isearch ((t (:bold t :foreground "#303030" :background "#cd8b60"))))
         '(modeline ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e"))))
         '(modeline-inactive ((t (:foreground "#708090" :background 
"#3e3e5e"))))



reply via email to

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