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

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

[nongnu] elpa/gotham-theme cc04b084ea 015/214: Implement show-paren


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme cc04b084ea 015/214: Implement show-paren
Date: Fri, 7 Jan 2022 17:58:36 -0500 (EST)

branch: elpa/gotham-theme
commit cc04b084ea260b167a85ab04f1da82b77d25ec1e
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Implement show-paren
---
 gotham-theme.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 452f2a2004..dc952febe8 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -156,8 +156,6 @@ depending on DISPLAY for keys which are either :foreground 
or
    (isearch :inverse-video t)
    (isearch-fail :foreground red)
    (lazy-highlight :foreground base2 :background yellow)
-   (show-paren-match :foreground base1 :background orange)
-   (show-paren-mismatch :foreground base1 :background red)
 
    ;; mode and header lines
    (minibuffer-prompt :foreground cyan)
@@ -173,6 +171,10 @@ depending on DISPLAY for keys which are either :foreground 
or
    (custom-button-mouse :foreground base5 :box t)
    (custom-group-tag :inherit fixed-pitch :foreground magenta)
 
+   ;; show-paren-mode
+   (show-paren-match :foreground base2 :background cyan :weight normal 
:inverse-video unspecified)
+   (show-paren-mismatch :foreground base2 :background red :weight normal 
:inverse-video unspecified)
+
    ;; external packages
 
    ;; enh-ruby-mode



reply via email to

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