branch: elpa/alect-themes
commit a10591e6c2db58a08c6174d693b5c2c9c0c68115
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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