commit 86e5f94ea033c8b2a21084774063a493b62a4e81
parent 649290f404d17f322e89e2dfec2b37f51a4a9267
Author: eggathuru <12476831+eggathuru@users.noreply.github.com>
Date: Sun, 20 Mar 2022 17:43:43 -0500
Add theme for tab-bar face
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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))))