Skip to content

Commit 80ee6b9

Browse files
authored
Add support for built in Emacs packages: tab-line and window-tool-bar (#452)
* Add support for tab-line * Add support for window-tool-bar
1 parent 922b595 commit 80ee6b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

solarized-faces.el

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,14 @@
18051805
`(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,base02 :underline nil :box (:line-width 1 :color ,base03)))))
18061806
`(tabbar-selected ((,class (:inherit tabbar-default :foreground ,base3 :background ,base03 :weight bold :underline nil :box (:line-width 1 :color ,base03)))))
18071807
`(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,blue :underline nil :box (:line-width 1 :color ,base03)))))
1808+
;;;;; tab-line
1809+
`(tab-line ((t (:background ,base03 :foreground ,base0))))
1810+
`(tab-line-highlight ((,class (:underline t))))
1811+
`(tab-line-tab ((t (:background ,base03 :foreground ,base1))))
1812+
`(tab-line-tab-current ((,class (:inherit tab-line-tab :underline nil))))
1813+
`(tab-line-tab-inactive ((,class (:inherit tab-line-tab :background ,base02 :foreground ,base01))))
1814+
`(tab-line-tab-inactive-alternate ((,class (:inherit tab-line-tab-inactive))))
1815+
`(tab-line-tab-modified ((,class (:inherit tab-line-tab :foreground ,blue))))
18081816
;;;;; centaur-tabs
18091817
`(centaur-tabs-default ((t (:background ,base03 :foreground ,base0 :box nil))))
18101818
`(centaur-tabs-selected ((t (:background ,base03 :foreground ,base1 :box nil))))
@@ -2041,6 +2049,10 @@
20412049
`(window-divider-last-pixel ((,class (:foreground ,s-mode-line-bg))))
20422050
;;;;; window-number-mode
20432051
`(window-number-face ((,class (:foreground ,green))))
2052+
;;;;; window-tool-bar-mode
2053+
`(window-tool-bar-button ((,class (:inherit tab-line))) )
2054+
`(window-tool-bar-button-hover ((,class (:background ,base02 :foreground ,base1))))
2055+
`(window-tool-bar-button-disabled ((,class (:background ,red-1bg :foreground ,base0))))
20442056
;;;;; woman
20452057
`(woman-bold ((,class (:inherit Man-overstrike))))
20462058
`(woman-italic ((,class (:inherit Man-underline))))

0 commit comments

Comments
 (0)