branch: elpa/dracula-theme commit fdf057f5e80037814098dc8bb67888886c89a761 Merge: 37b3979b91 879908a48d Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Merge branch 'feat/header-line' --- dracula-theme.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dracula-theme.el b/dracula-theme.el index d82877b629..e3c44b1943 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -106,7 +106,7 @@ read it before opening a new issue about your will.") (error :foreground ,dracula-red) (ffap :foreground ,fg4) (fringe :background ,dracula-bg :foreground ,fg4) - (header-line :background ,dracula-bg) + (header-line :inherit 'mode-line) (highlight :foreground ,fg3 :background ,bg3) (hl-line :background ,dracula-current :extend t) (info-quoted-name :foreground ,dracula-orange) @@ -124,6 +124,16 @@ read it before opening a new issue about your will.") ,@(if dracula-alternate-mode-line-and-minibuffer (list :weight 'normal :foreground dracula-fg) (list :weight 'bold :foreground dracula-pink))) + (mode-line :background ,dracula-current + :box ,dracula-current :inverse-video nil + ,@(if dracula-alternate-mode-line-and-minibuffer + (list :foreground fg3) + (list :foreground dracula-fg))) + (mode-line-inactive + :background ,dracula-bg :inverse-video nil + ,@(if dracula-alternate-mode-line-and-minibuffer + (list :foreground dracula-comment :box dracula-bg) + (list :foreground fg4 :box bg2))) (read-multiple-choice-face :inherit completions-first-difference) (region :inherit match :extend t) (shadow :foreground ,dracula-comment) @@ -549,17 +559,7 @@ read it before opening a new issue about your will.") (message-cited-text-3 :foreground ,dracula-comment) (message-cited-text-4 :foreground ,fg2) (message-mml :foreground ,dracula-green :weight normal) - ;; mode-line - (mode-line :background ,dracula-current - :box ,dracula-current :inverse-video nil - ,@(if dracula-alternate-mode-line-and-minibuffer - (list :foreground fg3) - (list :foreground dracula-fg))) - (mode-line-inactive - :background ,dracula-bg :inverse-video nil - ,@(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)