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

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

[nongnu] elpa/alect-themes bc48368 140/269: Inherit some faces from alec


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes bc48368 140/269: Inherit some faces from alect-button
Date: Thu, 21 Oct 2021 17:59:06 -0400 (EDT)

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

    Inherit some faces from alect-button
---
 alect-themes.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 62e5e24..cb426dc 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -793,8 +793,7 @@ For INVERT, see `alect-get-color'."
          (google-translate-phonetic-face         ((,c :foreground ,(gc 
'gray))))
          (google-translate-suggestion-label-face ((,c :foreground ,(gc 'red))))
          (google-translate-suggestion-face       ((,c :inherit button)))
-         (google-translate-listen-button-face    ((,c :inherit button
-                                                      :foreground ,(gc 
'magenta))))
+         (google-translate-listen-button-face    ((,c :inherit alect-button)))
 
          ;; guide-key
          (guide-key/highlight-command-face ((,c :foreground ,(gc 'blue))))
@@ -1362,8 +1361,8 @@ For INVERT, see `alect-get-color'."
                                         :box (:line-width -1
                                               :color ,(gc 'fg-2)
                                               :style nil))))
-         (widget-button            ((,c :foreground ,(gc 'blue-1) :weight 
bold)))
-         (widget-button-pressed    ((,c :foreground ,(gc 'blue+2) :inherit 
widget-button)))
+         (widget-button            ((,c :inherit alect-button)))
+         (widget-button-pressed    ((,c :inherit alect-button-pressed)))
          (widget-documentation     ((,c :foreground ,(gc 'green-1))))
          (widget-inactive          ((,c :inherit shadow)))
          (widget-single-line-field ((,c :foreground ,(gc 'fg)



reply via email to

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