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

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

[elpa] externals/modus-operandi-theme 06b5019 009/153: Minor indentation


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 06b5019 009/153: Minor indentation fix
Date: Thu, 18 Mar 2021 13:47:28 -0400 (EDT)

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

    Minor indentation fix
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f8a00e3..5507214 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -797,10 +797,10 @@ MAINFG must be the same for the foreground.
 ALTBG needs to be a slightly accented background that is meant to
 be combined with ALTFG.  Both must be less intense than MAINBG
 and MAINFG respectively."
-    (pcase modus-operandi-theme-diffs
-      ('fg-only (list :background fg-only-bg :foreground fg-only-fg))
-      ('desaturated (list :background altbg :foreground altfg))
-      (_ (list :background mainbg :foreground mainfg))))
+  (pcase modus-operandi-theme-diffs
+    ('fg-only (list :background fg-only-bg :foreground fg-only-fg))
+    ('desaturated (list :background altbg :foreground altfg))
+    (_ (list :background mainbg :foreground mainfg))))
 
 (defun modus-operandi-theme-standard-completions (mainfg subtlebg intensebg 
intensefg)
   "Combinations for `modus-operandi-theme-completions'.
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c644c47..2b76251 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -797,10 +797,10 @@ MAINFG must be the same for the foreground.
 ALTBG needs to be a slightly accented background that is meant to
 be combined with ALTFG.  Both must be less intense than MAINBG
 and MAINFG respectively."
-    (pcase modus-vivendi-theme-diffs
-      ('fg-only (list :background fg-only-bg :foreground fg-only-fg))
-      ('desaturated (list :background altbg :foreground altfg))
-      (_ (list :background mainbg :foreground mainfg))))
+  (pcase modus-vivendi-theme-diffs
+    ('fg-only (list :background fg-only-bg :foreground fg-only-fg))
+    ('desaturated (list :background altbg :foreground altfg))
+    (_ (list :background mainbg :foreground mainfg))))
 
 (defun modus-vivendi-theme-standard-completions (mainfg subtlebg intensebg 
intensefg)
   "Combinations for `modus-vivendi-theme-completions'.



reply via email to

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