branch: elpa/spacemacs-theme
commit 1a8570a251766389b624d27e567ed21f3693962b
Author: Jared Finder <[email protected]>
Commit: Jared Finder <[email protected]>

    Add support for window-tool-bar
---
 spacemacs-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 7bfdf40de4..630fd24309 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -1004,6 +1004,11 @@ to 'auto, tags may not be properly aligned. "
      `(whitespace-tab ((,class (:background unspecified :foreground ,act2))))
      `(whitespace-trailing ((,class (:background ,err :foreground ,war))))
 
+;;;;; window-tool-bar-mode
+     `(window-tool-bar-button ((,class (:foreground ,base :background ,bg1 
:weight bold :box (:line-width -1 :style released-button)))))
+     `(window-tool-bar-button-hover ((,class (:inherit window-tool-bar-button 
:inverse-video t))))
+     `(window-tool-bar-button-disabled ((,class (:inherit 
window-tool-bar-button :foreground ,base-dim :background ,bg2))))
+
 ;;;;; other, need more work
      `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
      `(ffap ((,class (:foreground ,base))))

Reply via email to