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

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

[nongnu] elpa/gruber-darker-theme 3784728636 047/121: Didn't see that sh


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme 3784728636 047/121: Didn't see that show-paren faces already exist. :)
Date: Mon, 12 Dec 2022 21:00:09 -0500 (EST)

branch: elpa/gruber-darker-theme
commit 378472863639d87b26ce44d526018990ef74e146
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Didn't see that show-paren faces already exist. :)
---
 gruber-darker-theme.el | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 34a369614d..8a6d86bbf2 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -109,9 +109,9 @@
    ;; Custom
    `(custom-state ((t (:foreground ,gruber-darker-green))))
 
-   ;; Parenthesis matching
-   `(show-paren-match-face ((t (:background ,gruber-darker-bg+4 :foreground 
,gruber-darker-fg+1))))
-   `(show-paren-mismatch-face ((t (:foreground ,gruber-darker-fg+1 :background 
,gruber-darker-red-1))))
+   ;; show-paren
+   `(show-paren-match-face ((t (:background ,gruber-darker-bg :foreground 
,gruber-darker-green :weight bold))))
+   `(show-paren-mismatch-face ((t (:background ,gruber-darker-bg :foreground 
,gruber-darker-red :weight bold))))
 
    ;; Line highlighting
    `(highlight ((t (:background ,gruber-darker-bg+1 :foreground nil))))
@@ -172,10 +172,6 @@
    ;; message
    `(message-header-name ((t (:foreground ,gruber-darker-green))))
 
-   ;; show-paren
-   `(show-paren-mismatch ((t (:foreground ,gruber-darker-red :background 
,gruber-darker-bg :weight bold))))
-   `(show-paren-match ((t (:foreground ,gruber-darker-green :background 
,gruber-darker-bg :weight bold))))
-
    ;; jabber
    `(jabber-chat-prompt-foreign ((t (:foreground ,gruber-darker-quartz :bold 
nil))))
    `(jabber-chat-prompt-local ((t (:foreground ,gruber-darker-yellow))))



reply via email to

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