branch: elpa/spacemacs-theme
commit 7b06ef8fb26825e0035c70c81ac130b930d81bbc
Merge: 319ad1cd6a 1a8570a251
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #202 from chaosemer/master
    
    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