branch: externals/modus-themes
commit deec3131fdbb836992ff3e8715ff170cc75e2b31
Author: Jared Finder <[email protected]>
Commit: Jared Finder <[email protected]>

    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)))

Reply via email to