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 28cf26c commit 516ba0a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions vs-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,17 @@
`(ahs-face-unfocused ((t :background "#F1F2EE" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))
`(ahs-definition-face-unfocused ((t :background "#F1F2EE" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68"))))

`(tab-line ((t :background "#D3D3D3")))
`(tab-line-tab ((t :background "#D3D3D3")))

`(centaur-tabs-display-line ((t :background "#D3D3D3" :box nil :overline nil :underline nil)))
`(centaur-tabs-default ((t :background "#D3D3D3")))
`(centaur-tabs-unselected ((t :background "#E8E8E8" :foreground "grey50")))
`(centaur-tabs-selected ((t :background "#E8E8E8" :foreground "black")))
`(centaur-tabs-unselected-modified ((t :background "#E8E8E8" :foreground "grey50")))
`(centaur-tabs-selected-modified ((t :background "#E8E8E8" :foreground "black")))
`(centaur-tabs-modified-marker-unselected ((t :background "#E8E8E8" :foreground "grey50")))
`(centaur-tabs-modified-marker-selected ((t :background "#E8E8E8" :foreground "black")))
`(centaur-tabs-unselected ((t :background "#E8E8E8" :foreground "grey40")))
`(centaur-tabs-selected ((t :background "#F0F0F0" :foreground "black")))
`(centaur-tabs-unselected-modified ((t :background "#E8E8E8" :foreground "grey40")))
`(centaur-tabs-selected-modified ((t :background "#F0F0F0" :foreground "black")))
`(centaur-tabs-modified-marker-unselected ((t :background "#E8E8E8" :foreground "grey40")))
`(centaur-tabs-modified-marker-selected ((t :background "#F0F0F0" :foreground "black")))

`(dashboard-text-banner ((t :foreground "black")))
`(dashboard-banner-logo-title ((t :foreground "#616161")))
Expand All @@ -178,7 +181,7 @@
`(yascroll:thumb-fringe ((t :background "#C2C3C9" :foreground "#C2C3C9")))
`(yascroll:thumb-text-area ((t :background "#C2C3C9" :foreground "#C2C3C9")))

`(region-occurrences-highlighter-face ((t :background "#113D6F")))
`(region-occurrences-highlighter-face ((t :background "#8FBEE3")))

`(whitespace-indentation ((t :background "grey20" :foreground "aquamarine3")))
`(whitespace-trailing ((t :background "grey20" :foreground "red")))
Expand Down

0 comments on commit 516ba0a

Please sign in to comment.