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

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

[nongnu] elpa/alect-themes c048832 139/269: Fix button face name


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes c048832 139/269: Fix button face name
Date: Thu, 21 Oct 2021 17:59:06 -0400 (EDT)

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

    Fix button face name
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 96d0661..62e5e24 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -552,7 +552,7 @@ For INVERT, see `alect-get-color'."
 
          ;; customization
          (custom-button                  ((,c :inherit alect-button)))
-         (custom-button-pressed          ((,c :inherit alect-button-unraised)))
+         (custom-button-pressed          ((,c :inherit alect-button-pressed)))
          (custom-button-mouse            ((,c :inherit alect-button-mouse)))
          (custom-button-unraised         ((,c :inherit alect-button :box nil)))
          (custom-button-pressed-unraised ((,c :inherit custom-button-unraised 
:underline t)))



reply via email to

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