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

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

`(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 436e744

Please sign in to comment.