@@ -103,10 +103,13 @@ defining them in this alist."
103103
104104(defvar zenburn-default-colors-alist
105105 '((" zenburn-fg+1" . " #FFFFEF" )
106+ (" zenburn-fg+2" . " #FFFFFD" )
106107 (" zenburn-fg" . " #DCDCCC" )
108+ (" zenburn-fg-05" . " #989890" )
107109 (" zenburn-fg-1" . " #656555" )
108110 (" zenburn-bg-2" . " #000000" )
109111 (" zenburn-bg-1" . " #2B2B2B" )
112+ (" zenburn-bg-08" . " #303030" )
110113 (" zenburn-bg-05" . " #383838" )
111114 (" zenburn-bg" . " #3F3F3F" )
112115 (" zenburn-bg+05" . " #494949" )
@@ -398,6 +401,15 @@ Also bind `class' to ((class color) (min-colors 89))."
398401 `(cfw:face-toolbar ((t (:background , zenburn-blue-5 ))))
399402 `(cfw:face-toolbar-button-off ((t (:underline nil :inherit link ))))
400403 `(cfw:face-toolbar-button-on ((t (:underline nil :inherit link-visited ))))
404+ ; ;;;; centaur-tabs
405+ `(centaur-tabs-default ((t (:background , zenburn-bg :foreground , zenburn-fg :box nil ))))
406+ `(centaur-tabs-selected ((t (:background , zenburn-bg :foreground , zenburn-fg+2 :box nil ))))
407+ `(centaur-tabs-unselected ((t (:background , zenburn-bg-1 :foreground , zenburn-fg-05 :box nil ))))
408+ `(centaur-tabs-selected-modified ((t (:background , zenburn-bg :foreground , zenburn-orange :box nil ))))
409+ `(centaur-tabs-unselected-modified ((t (:background , zenburn-bg-1 :foreground , zenburn-orange :box nil ))))
410+ `(centaur-tabs-active-bar-face ((t (:background , zenburn-yellow :box nil ))))
411+ `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected-modified :foreground , zenburn-yellow :box nil ))))
412+ `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected-modified :foreground , zenburn-yellow :box nil ))))
401413; ;;;; cider
402414 `(cider-result-overlay-face ((t (:background unspecified))))
403415 `(cider-enlightened-face ((t (:box (:color , zenburn-orange :line-width -1 )))))
@@ -511,6 +523,9 @@ Also bind `class' to ((class color) (min-colors 89))."
511523 `(diredfl-read-priv ((t (:foreground , zenburn-green-1 ))))
512524 `(diredfl-symlink ((t (:foreground , zenburn-yellow ))))
513525 `(diredfl-write-priv ((t (:foreground , zenburn-magenta ))))
526+ ; ;;;; doom-modeline
527+ `(doom-modeline-bar ((t (:background , zenburn-yellow ))))
528+ `(doom-modeline-inactive-bar ((t (:background nil ))))
514529; ;;;; ediff
515530 `(ediff-current-diff-A ((t (:inherit diff-removed ))))
516531 `(ediff-current-diff-Ancestor ((t (:inherit ediff-current-diff-A ))))
@@ -1396,6 +1411,11 @@ Also bind `class' to ((class color) (min-colors 89))."
13961411 (t
13971412 (:underline , zenburn-green ))))
13981413 `(slime-highlight-face ((t (:inherit highlight ))))
1414+ ; ;;;; solaire
1415+ `(solaire-default-face ((t (:inherit default :background , zenburn-bg-08 ))))
1416+ `(solaire-minibuffer-face ((t (:inherit default :background , zenburn-bg-08 ))))
1417+ `(solaire-hl-line-face ((t (:inherit hl-line :background , zenburn-bg ))))
1418+ `(solaire-org-hide-face ((t (:inherit org-hide :background , zenburn-bg-08 ))))
13991419; ;;;; speedbar
14001420 `(speedbar-button-face ((t (:foreground , zenburn-green+2 ))))
14011421 `(speedbar-directory-face ((t (:foreground , zenburn-cyan ))))
0 commit comments