Mod: Update doom-zenburn's headerline and line number colors.

This commit is contained in:
Emmanuel Bustos 2021-02-02 09:16:49 +01:00
parent ce4f727860
commit 633b226de3

View file

@ -161,7 +161,6 @@ Can be an integer to determine the exact padding."
(widget-field :foreground fg :background base7)
(escape-glyph :foreground yellow :weight 'bold)
(fringe :foreground fg :background base5)
(header-line :foreground yellow :background base1)
(highlight :background base4)
(success :foreground green :weight 'bold)
(warning :foreground orange :weight 'bold)
@ -211,7 +210,7 @@ Can be an integer to determine the exact padding."
(vertical-border :foreground fg-1) ;; different
;; line numbers
(line-number :inherit 'default :foreground base7 :background base3)
(line-number :inherit 'default :foreground base7)
(line-number-current-line :inherit 'line-number :foreground yellow-2)
;; woman