branch: elpa/solarized-theme
commit 86e5f94ea033c8b2a21084774063a493b62a4e81
Author: eggathuru <12476831+eggath...@users.noreply.github.com>
Commit: Thomas Frössman <thom...@jossystem.se>

    Add theme for tab-bar face
---
 solarized-faces.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solarized-faces.el b/solarized-faces.el
index 713a23bca2..cf26933186 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))))

Reply via email to