Skip to content

Commit

Permalink
update header-line background
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 29, 2024
1 parent b73a25f commit e07fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
`(font-lock-type-face ((t (:foreground "#2B91AF"))))
`(font-lock-variable-name-face ((t (:foreground "#000000"))))

`(header-line ((t (:background "grey90" :foreground "grey20"))))
`(header-line ((t (:background "#F6F6F6" :foreground "#000000"))))

`(mode-line ((t :box ( :line-width -1 :style released-button))))
`(mode-line-inactive ((t :box ( :line-width -1 :style released-button))))
Expand Down

0 comments on commit e07fdeb

Please sign in to comment.