feat: customize header line

This commit is contained in:
JenChieh 2024-07-29 03:23:53 -07:00
parent fcfceca1c6
commit b73a25f9e4

View file

@ -51,6 +51,8 @@
`(font-lock-type-face ((t (:foreground "#2B91AF"))))
`(font-lock-variable-name-face ((t (:foreground "#000000"))))
`(header-line ((t (:background "grey90" :foreground "grey20"))))
`(mode-line ((t :box ( :line-width -1 :style released-button))))
`(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))