branch: elpa/monokai-theme
commit 01d08b19b33daec2e3e2e754a41cf0a9bdeb1e80
Merge: 99a270d e05a2ad
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #58 from deb0ch/PR/which-key-support
add faces for which-key
---
monokai-theme.el | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index c7c156d..5cda03d 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5652,6 +5652,34 @@ Also affects 'linum-mode' background."
((,class (:foreground ,monokai-green))
(,terminal-class (:foreground ,terminal-monokai-green))))
+ ;; which-key
+ `(which-key-key-face
+ ((,class (:foreground ,monokai-green
+ :weight bold))
+ (,terminal-class (:foreground ,terminal-monokai-green
+ :weight bold))))
+
+ `(which-key-separator-face
+ ((,class (:foreground ,monokai-comments))
+ (,terminal-class (:foreground ,terminal-monokai-comments))))
+
+ `(which-key-note-face
+ ((,class (:foreground ,monokai-comments))
+ (,terminal-class (:foreground ,terminal-monokai-comments))))
+
+ `(which-key-command-description-face
+ ((,class (:foreground ,monokai-fg))
+ (,terminal-class (:foreground ,terminal-monokai-fg))))
+
+ `(which-key-local-map-description-face
+ ((,class (:foreground ,monokai-yellow-hc))
+ (,terminal-class (:foreground ,terminal-monokai-yellow-hc))))
+
+ `(which-key-group-description-face
+ ((,class (:foreground ,monokai-red
+ :weight bold))
+ (,terminal-class (:foreground ,terminal-monokai-red
+ :weight bold))))
;; window-number-mode
`(window-number-face
((,class (:foreground ,monokai-green))