doom-themes-base: separate header-line and mode-line (#474)

This commit is contained in:
kiennq 2020-05-31 08:11:18 +09:00 committed by GitHub
parent cc04aba21f
commit 9a65963764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@
(mode-line-emphasis :foreground highlight :distant-foreground bg)
(mode-line-highlight :inherit 'highlight :distant-foreground bg)
(mode-line-buffer-id :weight 'bold)
(header-line :inherit 'mode-line :distant-foreground bg)
(header-line :background bg :foreground fg :distant-foreground bg)
;; 1. Line number faces must explicitly disable its text style attributes
;; because nearby faces may "bleed" into the line numbers otherwise.