fix modeline background

This commit is contained in:
Antoine Beaupré 2012-04-21 11:32:05 -04:00
parent 5ba8f13371
commit e268fa4b4a
1 changed files with 4 additions and 2 deletions

View File

@ -247,9 +247,11 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(menu (,@fg-base0 ,@bg-base02))
(minibuffer-prompt (,@fmt-bold ,@fg-cyan)) ; Question
(mode-line ; StatusLine
(,@fg-base1 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base03 ,@bg-base1 ,@fmt-revbb :box nil))
(mode-line-inactive ; StatusLineNC
(,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base03 ,@bg-base00 ,@fmt-revbb :box nil))
(mode-line-buffer-id
((t (,@fg-base03))))
(region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual
(secondary-selection (,@bg-base02))
(shadow (,@fg-base01))