diff --git a/solarized-definitions.el b/solarized-definitions.el index 921ec97..8b79094 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -247,11 +247,9 @@ 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-base03 ,@bg-base1 ,@fmt-revbb :box nil)) + (,@fg-base03 ,@bg-base01 ,@fmt-revbb :box nil)) (mode-line-inactive ; StatusLineNC - (,@fg-base03 ,@bg-base00 ,@fmt-revbb :box nil)) - (mode-line-buffer-id - ((t (,@fg-base03)))) + (,@fg-base03 ,@bg-base02 ,@fmt-revbb :box nil)) (region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual (secondary-selection (,@bg-base02)) (shadow (,@fg-base01))