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 23b7e80 commit 26fb8e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@
`(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")))
`(tab-line ((t :background "#292929")))
`(tab-line-tab ((t :background "#292929")))

`(centaur-tabs-display-line ((t :background "#1D1D1D" :box nil :overline nil :underline nil)))
`(centaur-tabs-default ((t :background "#1D1D1D")))
`(centaur-tabs-display-line ((t :background "#292929" :box nil :overline nil :underline nil)))
`(centaur-tabs-default ((t :background "#292929")))
`(centaur-tabs-unselected ((t :background "#3D3C3D" :foreground "grey50")))
`(centaur-tabs-selected ((t :background "#31343E" :foreground "white")))
`(centaur-tabs-unselected-modified ((t :background "#3D3C3D" :foreground "grey50")))
Expand Down Expand Up @@ -252,6 +252,7 @@

(custom-theme-set-variables
'vs-dark
`(centaur-tabs-background-color "#292929")
;; coverlay overlays
`(coverlay:tested-line-background-color "#E1FFE1")
`(coverlay:untested-line-background-color "LavenderBlush")
Expand Down

0 comments on commit 26fb8e1

Please sign in to comment.