mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
custom tab-line
This commit is contained in:
parent
23b7e80ecf
commit
26fb8e1dee
1 changed files with 5 additions and 4 deletions
|
|
@ -161,11 +161,11 @@
|
||||||
`(ahs-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
|
`(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"))))
|
`(ahs-definition-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
|
||||||
|
|
||||||
`(tab-line ((t :background "#1D1D1D")))
|
`(tab-line ((t :background "#292929")))
|
||||||
`(tab-line-tab ((t :background "#1D1D1D")))
|
`(tab-line-tab ((t :background "#292929")))
|
||||||
|
|
||||||
`(centaur-tabs-display-line ((t :background "#1D1D1D" :box nil :overline nil :underline nil)))
|
`(centaur-tabs-display-line ((t :background "#292929" :box nil :overline nil :underline nil)))
|
||||||
`(centaur-tabs-default ((t :background "#1D1D1D")))
|
`(centaur-tabs-default ((t :background "#292929")))
|
||||||
`(centaur-tabs-unselected ((t :background "#3D3C3D" :foreground "grey50")))
|
`(centaur-tabs-unselected ((t :background "#3D3C3D" :foreground "grey50")))
|
||||||
`(centaur-tabs-selected ((t :background "#31343E" :foreground "white")))
|
`(centaur-tabs-selected ((t :background "#31343E" :foreground "white")))
|
||||||
`(centaur-tabs-unselected-modified ((t :background "#3D3C3D" :foreground "grey50")))
|
`(centaur-tabs-unselected-modified ((t :background "#3D3C3D" :foreground "grey50")))
|
||||||
|
|
@ -252,6 +252,7 @@
|
||||||
|
|
||||||
(custom-theme-set-variables
|
(custom-theme-set-variables
|
||||||
'vs-dark
|
'vs-dark
|
||||||
|
`(centaur-tabs-background-color "#292929")
|
||||||
;; coverlay overlays
|
;; coverlay overlays
|
||||||
`(coverlay:tested-line-background-color "#E1FFE1")
|
`(coverlay:tested-line-background-color "#E1FFE1")
|
||||||
`(coverlay:untested-line-background-color "LavenderBlush")
|
`(coverlay:untested-line-background-color "LavenderBlush")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue