Skip to content

Commit

Permalink
Add theme for tab-bar face
Browse files Browse the repository at this point in the history
  • Loading branch information
eggathuru authored and thomasf committed Mar 24, 2022
1 parent 649290f commit 86e5f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solarized-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 86e5f94

Please sign in to comment.