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

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

[nongnu] elpa/inkpot-theme 46b3895575 052/104: Add 'show-paren-match-exp


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 46b3895575 052/104: Add 'show-paren-match-expression' color
Date: Thu, 7 Jul 2022 12:01:08 -0400 (EDT)

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

    Add 'show-paren-match-expression' color
    
    Default color was too bright.
---
 inkpot-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 17ff2ee737..2b8f819b1c 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -60,6 +60,7 @@
  '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))
  '(show-paren-match ((t (:background "#4e4e8f"))))
  '(show-paren-match-face ((t (:background "#4e4e8f"))))
+ '(show-paren-match-expression ((t (:background "#2e2e3f"))))
  '(link ((t (:foreground "#ff8bff"))))
  '(link-visited ((t (:foreground "#cb6ecbv"))))  ; not a vim color, just a 
little darker
 



reply via email to

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