Skip to content

Commit

Permalink
custom tab-line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 10, 2024
1 parent 6129dd7 commit 23b7e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
`(ahs-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-definition-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))

`(tab-line ((t :background "#1D1D1D")))
`(tab-line-tab ((t :background "#1D1D1D")))

`(centaur-tabs-display-line ((t :background "#1D1D1D" :box nil :overline nil :underline nil)))
`(centaur-tabs-default ((t :background "#1D1D1D")))
`(centaur-tabs-unselected ((t :background "#3D3C3D" :foreground "grey50")))
Expand Down

0 comments on commit 23b7e80

Please sign in to comment.