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

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

[nongnu] elpa/spacemacs-theme a079fcb66a 086/336: Making rainbow mismatc


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a079fcb66a 086/336: Making rainbow mismatched parens stand out a bit
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

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

    Making rainbow mismatched parens stand out a bit
---
 spacemacs-common.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index e69a933361..8cee5dad45 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -439,7 +439,8 @@
      `(rainbow-delimiters-depth-6-face ((,class :foreground ,inf)))
      `(rainbow-delimiters-depth-7-face ((,class :foreground ,func)))
      `(rainbow-delimiters-depth-8-face ((,class :foreground ,str)))
-     `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
+     `(rainbow-delimiters-unmatched-face ((,class :foreground ,err :overline 
t)))
+     `(rainbow-delimiters-mismatched-face ((,class :foreground ,err :overline 
t)))
 
 ;;;;; shm
      `(shm-current-face ((,class (:background ,green-bg))))



reply via email to

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