diff --git a/solarized-faces.el b/solarized-faces.el index 713a23b..cf26933 100644 --- a/solarized-faces.el +++ b/solarized-faces.el @@ -1772,6 +1772,10 @@ ;;;;;; misc `(sr-clex-hotchar-face ((,class (:background ,red :foreground ,base03 :weight bold)))) +;;;;; tab-bar + `(tab-bar ((t (:background ,base03 :foreground ,base0)))) + `(tab-bar-tab ((t (:background ,base03 :foreground ,base1)))) + `(tab-bar-tab-inactive ((t (:background ,base02 :foreground ,base01)))) ;;;;; tabbar `(tabbar-default ((,class (:foreground ,base03 :background ,base03)))) `(tabbar-highlight ((,class (:underline t))))