branch: elpa/spacemacs-theme
commit 4ca1b82e91c4073fc5e78f2239026af5939ca33e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    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