Add Powerline faces.

Fixes #115.
This commit is contained in:
Greg Pfeil 2015-04-27 20:29:19 -06:00
parent ba6b17ba9b
commit 0e22554c6b
1 changed files with 5 additions and 0 deletions

View File

@ -669,6 +669,11 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rainbow-delimiters-depth-7-face (:inherit outline-7))
(rainbow-delimiters-depth-8-face (:inherit outline-8))
(rainbow-delimiters-depth-9-face (,@fg-green))
;; powerline
(powerline-active1 (,@fg-base00 :inherit mode-line))
(powerline-active2 (,@fg-base0 :inherit mode-line))
(powerline-inactive1 (,@fg-base02 ,@bg-base1 :inherit mode-line-inactive))
(powerline-inactive2 (,@fg-base01 :inherit mode-line-inactive))
;; slime
(slime-error-face (,@fmt-revr ,@fg-red)) ; ErrorMsg
(slime-note-face (,@fg-yellow))