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

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

[nongnu] elpa/dracula-theme 0a76928 179/187: Support which-key-mode


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0a76928 179/187: Support which-key-mode
Date: Thu, 21 Oct 2021 18:05:19 -0400 (EDT)

branch: elpa/dracula-theme
commit 0a76928fdb49d1cf65b10c706ae0e1bbc779effb
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    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

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