support for tabbar

foreground / background the "wrong" way round because the tabbar
ends up inheriting inverse video
This commit is contained in:
Christophe Rhodes 2014-04-08 18:26:34 +01:00
parent bb0ac4860e
commit 6d734cda7d
1 changed files with 4 additions and 0 deletions

View File

@ -503,6 +503,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(slime-repl-output-mouseover-face ((t (:box (:color ,base3)))))
(slime-style-warning-face ((t (,@fmt-bold ,@fg-orange))))
(slime-warning-face ((t (,@fmt-bold ,@fg-red)))) ; WarningMsg
;; tabbar
(tabbar-selected ((t (,@bg-blue ,@fg-base02))))
(tabbar-unselected ((t (,@bg-base0 ,@fg-base02))))
(tabbar-modified ((t (,@bg-green ,@fg-base02))))
;; whitespace
(whitespace-empty ((t (,@fg-red))))
(whitespace-hspace ((t (,@fg-orange))))