Swap modeline active/inactive face

Darkening the default foreground by 0.2 is actually still brighter than lightening the background by 0.2. Hence the former should be used when the modeline is active, and the latter for inactive.
This commit is contained in:
Ian Y.E. Pan 2020-02-17 12:57:16 +08:00 committed by Emmanuel Bustos Torres
parent f904a76de2
commit 1bc8fdc5b9

View file

@ -100,8 +100,8 @@
(when doom-horizon-padded-modeline
(if (integerp doom-horizon-padded-modeline) doom-horizon-padded-modeline 4)))
(modeline-fg (doom-lighten bg 0.2))
(modeline-fg-alt (doom-darken fg 0.2))
(modeline-fg (doom-darken fg 0.2))
(modeline-fg-alt (doom-lighten bg 0.2))
(modeline-bg
(if -modeline-bright