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

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

[nongnu] elpa/dracula-theme fdf057f5e8 5/5: Merge branch 'feat/header-li


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme fdf057f5e8 5/5: Merge branch 'feat/header-line'
Date: Sun, 21 Aug 2022 13:58:31 -0400 (EDT)

branch: elpa/dracula-theme
commit fdf057f5e80037814098dc8bb67888886c89a761
Merge: 37b3979b91 879908a48d
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@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)



reply via email to

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