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

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

[nongnu] elpa/spacemacs-theme 47baa4c2a4 246/336: Improve parens


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 47baa4c2a4 246/336: Improve parens
Date: Fri, 14 Jan 2022 10:59:42 -0500 (EST)

branch: elpa/spacemacs-theme
commit 47baa4c2a470ba6ecaabe6409f5202c683a1730b
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    Improve parens
    
    - show-paren-match and sp-show-pair-match-face should have identical
      values since they do the same thing
    
    - Remove underlining from parens because it looks odd
    
    - Theme show-paren-match-expresssion
    
    - Theme show-paren-mismatch to better resemble
      show-paren-match/sp-show-pair-match-face
---
 spacemacs-common.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 6ca63b6f2d..985b6fcecd 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -746,12 +746,13 @@ to 'auto, tags may not be properly aligned. "
      `(shm-quarantine-face ((,class (:background ,red-bg-s))))
 
 ;;;;; show-paren
-     `(show-paren-match ((,class (:background ,green-bg-s))))
-     `(show-paren-mismatch ((,class (:background ,red-bg-s))))
+     `(show-paren-match ((,class (:foreground ,mat :inherit bold))))
+     `(show-paren-match-expression ((,class (:background ,green-bg-s))))
+     `(show-paren-mismatch ((,class (:foreground ,err :inherit bold))))
 
 ;;;;; smartparens
      `(sp-pair-overlay-face ((,class (:background ,highlight :foreground 
nil))))
-     `(sp-show-pair-match-face ((,class (:foreground ,mat :inherit bold 
:underline t))))
+     `(sp-show-pair-match-face ((,class (:foreground ,mat :inherit bold))))
 
 ;;;;; smerge
      `(smerge-base ((,class (:background ,yellow-bg))))



reply via email to

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