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

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

[elpa] externals/modus-operandi-theme 5247356 083/112: Internal: fix ind


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5247356 083/112: Internal: fix indentation in `outline-mode' group
Date: Mon, 30 Mar 2020 15:59:43 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 52473567cc62be9d5ce42671ed24c68648af53eb
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Internal: fix indentation in `outline-mode' group
---
 modus-operandi-theme.el | 30 +++++++++++++++---------------
 modus-vivendi-theme.el  | 30 +++++++++++++++---------------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4acdd6d..5995fc5 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2148,27 +2148,27 @@ between foreground and background is >= 7:1)."
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))
    ;;;; outline-mode
    `(outline-1 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-main :weight bold
-                                       ,@(when 
modus-operandi-theme-scale-headings
-                                           (list :height 
modus-operandi-theme-scale-4))))))
+                                  :foreground ,fg-main :weight bold
+                                  ,@(when modus-operandi-theme-scale-headings
+                                      (list :height 
modus-operandi-theme-scale-4))))))
    `(outline-2 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-warm :weight bold
-                                       ,@(when 
modus-operandi-theme-scale-headings
-                                          (list :height 
modus-operandi-theme-scale-3))))))
+                                  :foreground ,fg-special-warm :weight bold
+                                  ,@(when modus-operandi-theme-scale-headings
+                                      (list :height 
modus-operandi-theme-scale-3))))))
    `(outline-3 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-cold :weight bold
-                                       ,@(when 
modus-operandi-theme-scale-headings
-                                          (list :height 
modus-operandi-theme-scale-2))))))
+                                  :foreground ,fg-special-cold :weight bold
+                                  ,@(when modus-operandi-theme-scale-headings
+                                      (list :height 
modus-operandi-theme-scale-2))))))
    `(outline-4 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-mild :weight bold
-                                       ,@(when 
modus-operandi-theme-scale-headings
-                                          (list :height 
modus-operandi-theme-scale-1))))))
+                                  :foreground ,fg-special-mild :weight bold
+                                  ,@(when modus-operandi-theme-scale-headings
+                                      (list :height 
modus-operandi-theme-scale-1))))))
    `(outline-5 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-calm :weight bold))))
+                                  :foreground ,fg-special-calm :weight bold))))
    `(outline-6 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,yellow-nuanced :weight bold))))
+                                  :foreground ,yellow-nuanced :weight bold))))
    `(outline-7 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,red-nuanced :weight bold))))
+                                  :foreground ,red-nuanced :weight bold))))
    `(outline-8 ((,class (:inherit ,modus-theme-variable-pitch
                                   :foreground ,fg-dim :weight bold))))
    ;;;; outline-minor-faces (applies backgrounds to `outline-minor-mode')
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 109849b..d557668 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2148,27 +2148,27 @@ between foreground and background is >= 7:1)."
    `(origami-fold-replacement-face ((,class (:background ,bg-alt :foreground 
,fg-alt))))
    ;;;; outline-mode
    `(outline-1 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-main :weight bold
-                                       ,@(when 
modus-vivendi-theme-scale-headings
-                                           (list :height 
modus-vivendi-theme-scale-4))))))
+                                  :foreground ,fg-main :weight bold
+                                  ,@(when modus-vivendi-theme-scale-headings
+                                      (list :height 
modus-vivendi-theme-scale-4))))))
    `(outline-2 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-warm :weight bold
-                                       ,@(when 
modus-vivendi-theme-scale-headings
-                                          (list :height 
modus-vivendi-theme-scale-3))))))
+                                  :foreground ,fg-special-warm :weight bold
+                                  ,@(when modus-vivendi-theme-scale-headings
+                                      (list :height 
modus-vivendi-theme-scale-3))))))
    `(outline-3 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-cold :weight bold
-                                       ,@(when 
modus-vivendi-theme-scale-headings
-                                          (list :height 
modus-vivendi-theme-scale-2))))))
+                                  :foreground ,fg-special-cold :weight bold
+                                  ,@(when modus-vivendi-theme-scale-headings
+                                      (list :height 
modus-vivendi-theme-scale-2))))))
    `(outline-4 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-mild :weight bold
-                                       ,@(when 
modus-vivendi-theme-scale-headings
-                                          (list :height 
modus-vivendi-theme-scale-1))))))
+                                  :foreground ,fg-special-mild :weight bold
+                                  ,@(when modus-vivendi-theme-scale-headings
+                                      (list :height 
modus-vivendi-theme-scale-1))))))
    `(outline-5 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-special-calm :weight bold))))
+                                  :foreground ,fg-special-calm :weight bold))))
    `(outline-6 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,yellow-nuanced :weight bold))))
+                                  :foreground ,yellow-nuanced :weight bold))))
    `(outline-7 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,red-nuanced :weight bold))))
+                                  :foreground ,red-nuanced :weight bold))))
    `(outline-8 ((,class (:inherit ,modus-theme-variable-pitch
                                   :foreground ,fg-dim :weight bold))))
    ;;;; outline-minor-faces (applies backgrounds to `outline-minor-mode')



reply via email to

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