Merge pull request #143 from bradleywright/smartparens-faces

Add smartparens faces
This commit is contained in:
Greg Pfeil 2015-04-01 21:39:25 -06:00
commit 37526c55eb
1 changed files with 6 additions and 0 deletions

View File

@ -648,6 +648,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))