Remove invert video from modeline

new-master
Jacopo De Simoi 7 years ago
parent 38342e755b
commit 6524257659
  1. 4
      solarized-definitions.el

@ -252,9 +252,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-base1 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base01 ,@bg-base3 :box nil))
(mode-line-inactive ; StatusLineNC
(,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base01 ,@bg-base2 :box nil))
(region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual
(secondary-selection (,@bg-base02))
(shadow (,@fg-base01))

Loading…
Cancel
Save