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

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

[nongnu] elpa/spacemacs-theme d2d4bee65f 165/336: Fix show-paren when us


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme d2d4bee65f 165/336: Fix show-paren when used with expression
Date: Fri, 14 Jan 2022 10:59:30 -0500 (EST)

branch: elpa/spacemacs-theme
commit d2d4bee65fcfbe9f449da934680e84509e3b9e85
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix show-paren when used with expression
    
    Thanks @belak for noticing this one :smile:
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index cfee831f59..c75243654c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -577,8 +577,8 @@
      `(shm-quarantine-face ((,class (:background ,red-bg-s))))
 
 ;;;;; show-paren
-     `(show-paren-match ((,class (:background ,green))))
-     `(show-paren-mismatch ((,class (:background ,red))))
+     `(show-paren-match ((,class (:background ,green-bg-s))))
+     `(show-paren-mismatch ((,class (:background ,red-bg-s))))
 
 ;;;;; smartparens
      `(sp-pair-overlay-face ((,class (:background ,highlight :foreground 
nil))))



reply via email to

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