[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes b941fc19a2 2/3: Merge pull request #107 fr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes b941fc19a2 2/3: Merge pull request #107 from chaosemer/main |
Date: |
Mon, 10 Jun 2024 15:59:07 -0400 (EDT) |
branch: externals/modus-themes
commit b941fc19a2e914324e72e443955e754253f776b1
Merge: 1090a80a76 deec3131fd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@github.com>
Merge pull request #107 from chaosemer/main
Add support for window-tool-bar
---
modus-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modus-themes.el b/modus-themes.el
index fa3f501d99..c8dceeebca 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3970,6 +3970,10 @@ FG and BG are the main colors."
`(window-divider ((,c :foreground ,border)))
`(window-divider-first-pixel ((,c :foreground ,bg-inactive)))
`(window-divider-last-pixel ((,c :foreground ,bg-inactive)))
+;;;;; window-tool-bar-mode
+ `(window-tool-bar-button ((,c :inherit modus-themes-button)))
+ `(window-tool-bar-button-hover ((,c :inherit (highlight
modus-themes-button))))
+ `(window-tool-bar-button-disabled ((,c :inherit modus-themes-button
:background ,bg-button-inactive :foreground ,fg-button-inactive)))
;;;;; widget
`(widget-button ((,c :inherit bold :foreground ,fg-link)))
`(widget-button-pressed ((,c :inherit widget-button :foreground
,fg-link-visited)))