branch: elpa/spacemacs-theme
commit d2d4bee65fcfbe9f449da934680e84509e3b9e85
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))