branch: elpa/dracula-theme commit b5154b9cbe40ce1a477f6742115c6148f34face1 Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Avoid duplicate declaration of header-line Also remove header-line-highlight declaration as it is the same as default value --- dracula-theme.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dracula-theme.el b/dracula-theme.el index defaec6700..0de997de4f 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) @@ -561,9 +561,6 @@ read it before opening a new issue about your will.") (list :foreground dracula-comment :box dracula-bg) (list :foreground fg4 :box bg2))) (mini-modeline-mode-line :inherit mode-line :height 0.1 :box nil) - ;; header-line - (header-line :inherit 'mode-line) - (header-line-highlight :inherit 'mode-line-highlight) ;; mu4e (mu4e-unread-face :foreground ,dracula-pink :weight normal) (mu4e-view-url-number-face :foreground ,dracula-purple)