branch: externals/modus-operandi-theme
commit 52473567cc62be9d5ce42671ed24c68648af53eb
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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')