branch: elpa/dracula-theme
commit 0a76928fdb49d1cf65b10c706ae0e1bbc779effb
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    Support which-key-mode
    
    Inspired by transient-mode
---
 dracula-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 2e9d216..bf3b27d 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -744,6 +744,11 @@ read it before opening a new issue about your will.")
                (web-mode-warning-face :inherit font-lock-warning-face)
                ;; which-func
                (which-func :inherit font-lock-function-name-face)
+               ;; which-key
+               (which-key-key-face :inherit font-lock-builtin-face)
+               (which-key-command-description-face :inherit default)
+               (which-key-separator-face :inherit 
font-lock-comment-delimiter-face)
+               (which-key-local-map-description-face :foreground 
,dracula-green)
                ;; whitespace
                (whitespace-big-indent :background ,dracula-red :foreground 
,dracula-red)
                (whitespace-empty :background ,dracula-orange :foreground 
,dracula-red)

Reply via email to