emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme f47c453190 1/5: Support header-line


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme f47c453190 1/5: Support header-line
Date: Sun, 21 Aug 2022 13:58:31 -0400 (EDT)

branch: elpa/dracula-theme
commit f47c453190a4f15d790bb945b0c6ba1446891e12
Author: Giap Tran <txgvnn@gmail.com>
Commit: Giap Tran <txgvnn@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]