Add smartparens faces

This commit is contained in:
Bradley Wright 2015-01-27 16:46:26 +00:00
parent 31a62c7325
commit 17444300cf
1 changed files with 6 additions and 0 deletions

View File

@ -548,6 +548,12 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(slime-repl-output-mouseover-face (:box (:color base3)))
(slime-style-warning-face (,@fmt-bold ,@fg-orange))
(slime-warning-face (,@fmt-bold ,@fg-red)) ; WarningMsg
;; smartparens
(sp-pair-overlay-face (,@bg-base02))
(sp-wrap-overlay-face (,@bg-base02))
(sp-wrap-tag-overlay-face (,@bg-base02))
(sp-show-pair-match-face (,@fg-magenta ,@bg-back))
(sp-show-pair-mismatch-face (,@bg-red ,@fg-base02))
;; whitespace
(whitespace-empty (,@fg-red))
(whitespace-hspace (,@fg-orange))