Skip to content

Commit

Permalink
feat: customize header line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 29, 2024
1 parent fcfceca commit b73a25f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vs-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

Expand Down

0 comments on commit b73a25f

Please sign in to comment.