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

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

[nongnu] elpa/apropospriate-theme 349da12 024/118: add which-key support


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 349da12 024/118: add which-key support and make consistent with guide-key and ace-jump
Date: Thu, 21 Oct 2021 18:02:15 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 349da12d188e217bb41c970c3669092e853ca969
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add which-key support and make consistent with guide-key and ace-jump
---
 apropospriate.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index d1a4bc2..91f9e4b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -173,9 +173,12 @@
               (wgrep-done-face :foreground ,green)
 
               (guide-key/highlight-command-face :foreground ,yellow)
-              (guide-key/key-face :foreground ,pink)
+              (guide-key/key-face :foreground ,pink-1)
               (guide-key/prefix-command-face :foreground ,cyan)
 
+              (which-key-key-face :foreground ,pink-1)
+              (which-key-special-key-face :inherit which-key-key-face 
:inverse-video nil)
+
               (tabbar-default :inherit default :foreground ,base02 :background 
"black"
                               :box (:line-width 4 :color ,base00 :style nil))
               (tabbar-button :height 0.8 :box (:line-width 4 :color ,base00-2 
:style nil))



reply via email to

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