@@ -168,6 +168,13 @@ in the theme."
168
168
`(anzu-mode-line ((, colorful (:foreground ,.orange))))
169
169
`(anzu-replace-highlight ((, colorful (:inherit isearch-lazy-highlight-face ))))
170
170
`(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))))
171
178
`(company-tooltip-selection ((, colorful (:background ,.selection))))
172
179
`(company-tooltip ((, colorful (:background ,.bluepopup))))
173
180
`(company-tooltip-scrollbar-thumb ((, colorful (:background ,.bluehighlight))))
0 commit comments