branch: elpa/spacemacs-theme
commit 47baa4c2a470ba6ecaabe6409f5202c683a1730b
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
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))))