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

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

[nongnu] elpa/dracula-theme 879908a48d 4/5: Move mode-line faces in basi


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 879908a48d 4/5: Move mode-line faces in basic faces section
Date: Sun, 21 Aug 2022 13:58:31 -0400 (EDT)

branch: elpa/dracula-theme
commit 879908a48db29f790ae7dd6676b668c0d4590d96
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Move mode-line faces in basic faces section
---
 dracula-theme.el | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 0a208f719f..e3c44b1943 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -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,6 @@ 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



reply via email to

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