Fix appearance of the header-line face once again

This commit is contained in:
Jessie Hildebrandt 2022-12-13 04:47:59 -05:00
parent 7f3f2fbb34
commit a648c6f6d5

View File

@ -170,7 +170,7 @@
`(mode-line-emphasis ((,class (:foreground ,blue))))
`(mode-line-highlight ((,class (:foreground ,fg))))
`(mode-line-buffer-id ((,class (:foreground ,base-8 :weight bold))))
`(header-line ((,class (:inherit 'mode-line-inactive))))
`(header-line ((,class (:inherit 'mode-line-inactive ,base-6))))
;; ===============================
;; -- Built-in packages/plugins --