[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/solarized-theme 80ee6b99b0: Add support for built in Emacs
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/solarized-theme 80ee6b99b0: Add support for built in Emacs packages: tab-line and window-tool-bar (#452) |
Date: |
Thu, 25 Jul 2024 13:01:19 -0400 (EDT) |
branch: elpa/solarized-theme
commit 80ee6b99b022b20c27ffb44fb146f5878c9b5776
Author: Jared Finder <jared@finder.org>
Commit: GitHub <noreply@github.com>
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
---
solarized-faces.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/solarized-faces.el b/solarized-faces.el
index 073b4f6297..17d53190c0 100644
--- a/solarized-faces.el
+++ b/solarized-faces.el
@@ -1805,6 +1805,14 @@
`(tabbar-unselected-modified ((,class (:inherit tabbar-modified
:background ,base02 :underline nil :box (:line-width 1 :color ,base03)))))
`(tabbar-selected ((,class (:inherit tabbar-default :foreground ,base3
:background ,base03 :weight bold :underline nil :box (:line-width 1 :color
,base03)))))
`(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground
,blue :underline nil :box (:line-width 1 :color ,base03)))))
+;;;;; tab-line
+ `(tab-line ((t (:background ,base03 :foreground ,base0))))
+ `(tab-line-highlight ((,class (:underline t))))
+ `(tab-line-tab ((t (:background ,base03 :foreground ,base1))))
+ `(tab-line-tab-current ((,class (:inherit tab-line-tab :underline nil))))
+ `(tab-line-tab-inactive ((,class (:inherit tab-line-tab :background
,base02 :foreground ,base01))))
+ `(tab-line-tab-inactive-alternate ((,class (:inherit
tab-line-tab-inactive))))
+ `(tab-line-tab-modified ((,class (:inherit tab-line-tab :foreground
,blue))))
;;;;; centaur-tabs
`(centaur-tabs-default ((t (:background ,base03 :foreground ,base0 :box
nil))))
`(centaur-tabs-selected ((t (:background ,base03 :foreground ,base1 :box
nil))))
@@ -2041,6 +2049,10 @@
`(window-divider-last-pixel ((,class (:foreground ,s-mode-line-bg))))
;;;;; window-number-mode
`(window-number-face ((,class (:foreground ,green))))
+;;;;; window-tool-bar-mode
+ `(window-tool-bar-button ((,class (:inherit tab-line))) )
+ `(window-tool-bar-button-hover ((,class (:background ,base02 :foreground
,base1))))
+ `(window-tool-bar-button-disabled ((,class (:background ,red-1bg
:foreground ,base0))))
;;;;; woman
`(woman-bold ((,class (:inherit Man-overstrike))))
`(woman-italic ((,class (:inherit Man-underline))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/solarized-theme 80ee6b99b0: Add support for built in Emacs packages: tab-line and window-tool-bar (#452),
ELPA Syncer <=