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

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

[nongnu] elpa/inkpot-theme b962f44136 035/104: Correct paren-match color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme b962f44136 035/104: Correct paren-match color
Date: Thu, 7 Jul 2022 12:01:07 -0400 (EDT)

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

    Correct paren-match color
    
    It seems both need to be defined.
---
 inkpot-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index a6a6ed344a..4d62413824 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Sarah Iovan <sarah@hwaetageek.com>
 ;;         Campbell Barton <ideasman42@gmail.com>
-;; URL: http://github.com/ideasman42/emacs24-inkpot.git
+;; URL: https://github.com/ideasman42/emacs-inkpot-theme
 ;; Version: 0.1
 ;; Keywords: color, theme
 
@@ -41,6 +41,7 @@
  '(fringe ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
  '(linum ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
  '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))
+ '(show-paren-match ((t (:background "#4e4e8f"))))
  '(show-paren-match-face ((t (:background "#4e4e8f"))))
 
  ; isearch



reply via email to

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