emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme f79c40fb24 314/336: Fix (#153) widget butt


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f79c40fb24 314/336: Fix (#153) widget buttons turn red
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit f79c40fb241e204539fde97200abae91e828e585
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix (#153) widget buttons turn red
    
    Signed-off-by: nashamri <designernasser@gmail.com>
---
 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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]