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

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

[nongnu] elpa/spacemacs-theme 4ca1b82e91 077/336: Support which-key


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 4ca1b82e91 077/336: Support which-key
Date: Fri, 14 Jan 2022 10:59:11 -0500 (EST)

branch: elpa/spacemacs-theme
commit 4ca1b82e91c4073fc5e78f2239026af5939ca33e
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support which-key
---
 spacemacs-common.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index b251af1024..011c5ced2e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -443,6 +443,13 @@
      `(term-color-white ((,class (:foreground ,base))))
      `(term-color-yellow ((,class (:foreground ,yellow))))
 
+;;;;; which-key
+     `(which-key-command-description-face ((,class (:foreground ,base))))
+     `(which-key-group-description-face ((,class (:foreground ,key2))))
+     `(which-key-key-face ((,class (:foreground ,func :bold t))))
+     `(which-key-separator-face ((,class (:background nil :foreground ,str))))
+     `(which-key-special-key-face ((,class (:background ,func :foreground 
,bg1))))
+
 ;;;;; other, need more work
      `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
      `(ffap ((,class (:foreground ,base))))



reply via email to

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