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 436e744 commit 54f887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
`(font-lock-type-face ((t (:foreground "#38EFCA"))))
`(font-lock-variable-name-face ((t (:foreground "#D2D2D2"))))

`(header-line ((t (:background "grey20" :foreground "grey90"))))
`(header-line ((t (:background "#383838" :foreground "#FAFAFA"))))

`(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 54f887b

Please sign in to comment.