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

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

[nongnu] elpa/monokai-theme 01d08b1 128/207: Merge pull request #58 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 01d08b1 128/207: Merge pull request #58 from deb0ch/PR/which-key-support
Date: Thu, 21 Oct 2021 18:07:46 -0400 (EDT)

branch: elpa/monokai-theme
commit 01d08b19b33daec2e3e2e754a41cf0a9bdeb1e80
Merge: 99a270d e05a2ad
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    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))



reply via email to

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