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

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

[nongnu] elpa/alect-themes a10591e 025/269: Improve custom-button faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes a10591e 025/269: Improve custom-button faces
Date: Thu, 21 Oct 2021 17:58:41 -0400 (EDT)

branch: elpa/alect-themes
commit a10591e6c2db58a08c6174d693b5c2c9c0c68115
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Improve custom-button faces
---
 alect-themes.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 1cd758c..a5a722e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -337,11 +337,10 @@ For INVERT, see `alect-get-color'."
        (custom-button-pressed          ((t (:inherit custom-button-unraised
                                             :box (:line-width 2
                                                   :style pressed-button)))))
-       (custom-button-mouse            ((t (:inherit custom-button-unraised
-                                            :background ,(gc 'gray-2)
+       (custom-button-mouse            ((t (:inherit highlight
                                             :box (:line-width 2
                                                   :style released-button)))))
-       (custom-button-unraised         ((t (:foreground ,(gc 'gray+2)
+       (custom-button-unraised         ((t (:foreground ,(gc 'fg+2)
                                             :background ,(gc 'bg+2)))))
        (custom-button-pressed-unraised ((t (:inherit custom-button-unraised 
:underline t))))
        (custom-documentation           ((t (:inherit font-lock-doc-face))))



reply via email to

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