commit 6a1b3d698b4816fc982fe18050d90b8a6ac8c941
parent 1a4c2f83ded52730680dc04cbe9b1d892455dffd
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 16 May 2013 09:58:10 +0200
add show-smartparens faces
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -830,6 +830,11 @@
`(sp-pair-overlay-face ((,class (:background ,solarized-hl))))
`(sp-wrap-overlay-face ((,class (:background ,solarized-hl))))
`(sp-wrap-tag-overlay-face ((,class (:background ,solarized-hl))))
+ `(sp-show-pair-enclosing ((,class (:inherit highlight))))
+ `(sp-show-pair-match-face
+ ((,class (:foreground ,cyan :background ,solarized-bg :weight normal :inverse-video t))))
+ `(sp-show-pair-mismatch-face
+ ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t))))
;; show-paren
`(show-paren-match