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

    Separate mini-modeline face from generic mode-line faces
---
 dracula-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 0de997de4f..0a208f719f 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -560,6 +560,7 @@ read it before opening a new issue about your will.")
                 ,@(if dracula-alternate-mode-line-and-minibuffer
                       (list :foreground dracula-comment :box dracula-bg)
                     (list :foreground fg4 :box bg2)))
+               ;; mini-modeline
                (mini-modeline-mode-line :inherit mode-line :height 0.1 :box 
nil)
                ;; mu4e
                (mu4e-unread-face :foreground ,dracula-pink :weight normal)

Reply via email to