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

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

[elpa] externals/modus-operandi-theme 5e4b16b 143/153: Internal: minor s


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5e4b16b 143/153: Internal: minor stylistic tweak
Date: Thu, 18 Mar 2021 13:47:59 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 5e4b16b75f8b35b813ac5f37ac711918c6a9837d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Internal: minor stylistic tweak
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6836a47..cd2971a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -990,12 +990,12 @@ values.  It is intended to be used as a distant-foreground
 property."
   (pcase modus-operandi-theme-mode-line
     ('3d
-     `(:foreground ,fg-alt :background ,bg-alt
+     `(:background ,bg-alt :foreground ,fg-alt
                    :box (:line-width ,(or border-width 1)
                                      :color ,border-3d
                                      :style ,(and alt-style 
'released-button))))
     ('moody
-     `(:foreground ,fg-alt :background ,bg-alt :underline ,border :overline 
,border
+     `(:background ,bg-alt :foreground ,fg-alt :underline ,border :overline 
,border
                    :distant-foreground ,fg-distant))
     (_
      `(:foreground ,fg :background ,bg :box ,border))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2eaa39c..ad29124 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -990,12 +990,12 @@ values.  It is intended to be used as a distant-foreground
 property."
   (pcase modus-vivendi-theme-mode-line
     ('3d
-     `(:foreground ,fg-alt :background ,bg-alt
+     `(:background ,bg-alt :foreground ,fg-alt
                    :box (:line-width ,(or border-width 1)
                                      :color ,border-3d
                                      :style ,(and alt-style 
'released-button))))
     ('moody
-     `(:foreground ,fg-alt :background ,bg-alt :underline ,border :overline 
,border
+     `(:background ,bg-alt :foreground ,fg-alt :underline ,border :overline 
,border
                    :distant-foreground ,fg-distant))
     (_
      `(:foreground ,fg :background ,bg :box ,border))))



reply via email to

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