branch: elpa/spacemacs-theme
commit f79c40fb241e204539fde97200abae91e828e585
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix (#153) widget buttons turn red
Signed-off-by: nashamri <[email protected]>
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 7b9dae5e9a..6008787cf9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -207,6 +207,7 @@ to 'auto, tags may not be properly aligned. "
`(tooltip ((,class (:background ,ttip-sl :foreground ,base :bold nil
:italic nil :underline nil))))
`(vertical-border ((,class (:foreground ,border))))
`(warning ((,class (:foreground ,war))))
+ `(widget-button-pressed ((,class (:foreground ,green))))
;;;;; ace-window
`(aw-leading-char-face ((,class (:foreground ,func :weight bold :height
2.0 :box (:line-width 1 :color ,keyword :style released-button)))))