branch: elpa/dracula-theme commit 2c9efdae8b7b9a8e57dfd3aa1c62426a262e9eba Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Use a dark menubar on terminals --- dracula-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dracula-theme.el b/dracula-theme.el index 9ecdb34f7c..91a1cd9cbd 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -116,6 +116,10 @@ read it before opening a new issue about your will.") (linum :slant italic :foreground ,bg4 :background ,dracula-bg) (line-number :slant italic :foreground ,bg4 :background ,dracula-bg) (match :background ,dracula-yellow :foreground ,dracula-bg) + (menu :background ,dracula-current :inverse-video nil + ,@(if dracula-alternate-mode-line-and-minibuffer + (list :foreground fg3) + (list :foreground dracula-fg))) (minibuffer-prompt ,@(if dracula-alternate-mode-line-and-minibuffer (list :weight 'normal :foreground dracula-fg)