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

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

[nongnu] elpa/dracula-theme b5154b9cbe 2/5: Avoid duplicate declaration


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme b5154b9cbe 2/5: Avoid duplicate declaration of header-line
Date: Sun, 21 Aug 2022 13:58:31 -0400 (EDT)

branch: elpa/dracula-theme
commit b5154b9cbe40ce1a477f6742115c6148f34face1
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@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)



reply via email to

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