branch: elpa/dracula-theme commit f47c453190a4f15d790bb945b0c6ba1446891e12 Author: Giap Tran <txg...@gmail.com> Commit: Giap Tran <txg...@gmail.com>
Support header-line --- dracula-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dracula-theme.el b/dracula-theme.el index d82877b629..defaec6700 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -561,6 +561,9 @@ 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)