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

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

[nongnu] elpa/anti-zenburn-theme 01e21f5 089/151: From zenburn-emacs: re


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 01e21f5 089/151: From zenburn-emacs: refine show-paren-mode and show-smartparens-mode
Date: Thu, 21 Oct 2021 18:01:30 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 01e21f546cd1e8f887b71eb6953b2b859d8e2464
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: refine show-paren-mode and show-smartparens-mode
    faces.
---
 anti-zenburn-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 2215d37..3d721d8 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -789,11 +789,11 @@
    `(sh-quoted-exec ((t (:foreground ,azenburn-blue))))
 
    ;; show-paren
-   `(show-paren-mismatch ((t (:foreground ,azenburn-blue-3 :background 
,azenburn-bg :weight bold))))
-   `(show-paren-match ((t (:foreground ,azenburn-beige-1 :background 
,azenburn-bg :weight bold))))
+   `(show-paren-mismatch ((t (:foreground ,azenburn-blue+1 :background 
,azenburn-bg+3 :weight bold))))
+   `(show-paren-match ((t (:background ,azenburn-bg+3 :weight bold))))
 
    ;; smartparens
-   `(sp-show-pair-mismatch-face ((t (:background ,azenburn-bg+3 :foreground 
,azenburn-blue-3 :weight bold))))
+   `(sp-show-pair-mismatch-face ((t (:background ,azenburn-bg+3 :foreground 
,azenburn-blue+1 :weight bold))))
    `(sp-show-pair-match-face ((t (:background ,azenburn-bg+3 :weight bold))))
 
    ;; sml-mode-line



reply via email to

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