Skip to content

Commit da94f01

Browse files
committed
centaur-tabs theming
1 parent d0c63e5 commit da94f01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

starlit-theme.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ in the theme."
168168
`(anzu-mode-line ((,colorful (:foreground ,.orange))))
169169
`(anzu-replace-highlight ((,colorful (:inherit isearch-lazy-highlight-face))))
170170
`(anzu-replace-to ((,colorful (:inherit isearch))))
171+
`(centaur-tabs-active-bar-face ((,colorful (:background ,.blue))))
172+
`(centaur-tabs-background-color ((,colorful (:background ,.graydark))))
173+
`(centaur-tabs-dim-buffer-face ((,colorful (:background ,.graylight))))
174+
`(centaur-tabs-selected ((,colorful (:foreground ,.white :background ,.grayhighlight))))
175+
`(centaur-tabs-selected-modified ((,colorful (:foreground ,.white :background ,.grayhighlight))))
176+
`(centaur-tabs-unselected ((,colorful (:foreground ,.gray :background ,.graylight))))
177+
`(centaur-tabs-unselected-modified ((,colorful (:foreground ,.gray :background ,.graylight))))
171178
`(company-tooltip-selection ((,colorful (:background ,.selection))))
172179
`(company-tooltip ((,colorful (:background ,.bluepopup))))
173180
`(company-tooltip-scrollbar-thumb ((,colorful (:background ,.bluehighlight))))

0 commit comments

Comments
 (0)