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

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

[elpa] externals/modus-operandi-theme 099fe43 78/99: Revert commit 94e11


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 099fe43 78/99: Revert commit 94e113878
Date: Fri, 31 Jul 2020 09:25:29 -0400 (EDT)

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

    Revert commit 94e113878
    
    Upon second inspection, the previous design was better, because the
    'outline-minor-mode' is supposed to be complementary to some major mode,
    so it needs to always produce clear headings.
---
 modus-operandi-theme.el | 3 +--
 modus-vivendi-theme.el  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8bb9701..153f95b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3068,8 +3068,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                         ,@(modus-operandi-theme-heading-foreground fg-dim 
magenta)
                         ,@(modus-operandi-theme-heading-block bg-alt fg-alt))))
 ;;;;; outline-minor-faces
-   ;; No need for extra properties as they inherit from `outline-mode'.
-   `(outline-minor-0 ((,class nil)))
+   `(outline-minor-0 ((,class :background ,bg-alt)))
 ;;;;; package (M-x list-packages)
    `(package-description ((,class :foreground ,fg-special-cold)))
    `(package-help-section-name ((,class :inherit bold :foreground 
,magenta-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 73d141c..89fbb23 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3068,8 +3068,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                         ,@(modus-vivendi-theme-heading-foreground fg-dim 
magenta)
                         ,@(modus-vivendi-theme-heading-block bg-alt fg-alt))))
 ;;;;; outline-minor-faces
-   ;; No need for extra properties as they inherit from `outline-mode'.
-   `(outline-minor-0 ((,class nil)))
+   `(outline-minor-0 ((,class :background ,bg-alt)))
 ;;;;; package (M-x list-packages)
    `(package-description ((,class :foreground ,fg-special-cold)))
    `(package-help-section-name ((,class :inherit bold :foreground 
,magenta-alt-other)))



reply via email to

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