|
1805 | 1805 | `(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,base02 :underline nil :box (:line-width 1 :color ,base03)))))
|
1806 | 1806 | `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,base3 :background ,base03 :weight bold :underline nil :box (:line-width 1 :color ,base03)))))
|
1807 | 1807 | `(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)))) |
1808 | 1816 | ;;;;; centaur-tabs
|
1809 | 1817 | `(centaur-tabs-default ((t (:background ,base03 :foreground ,base0 :box nil))))
|
1810 | 1818 | `(centaur-tabs-selected ((t (:background ,base03 :foreground ,base1 :box nil))))
|
|
2041 | 2049 | `(window-divider-last-pixel ((,class (:foreground ,s-mode-line-bg))))
|
2042 | 2050 | ;;;;; window-number-mode
|
2043 | 2051 | `(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)))) |
2044 | 2056 | ;;;;; woman
|
2045 | 2057 | `(woman-bold ((,class (:inherit Man-overstrike))))
|
2046 | 2058 | `(woman-italic ((,class (:inherit Man-underline))))
|
|
0 commit comments