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

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

[elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-minor-faces'
Date: Wed, 29 Apr 2020 21:40:09 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 1cb0353edf590799600ab5ee193f1c8bf6c4cbed
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Simplify `outline-minor-faces'
---
 modus-operandi-theme.el | 5 ++---
 modus-vivendi-theme.el  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 06dbcb8..528428b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2450,9 +2450,8 @@ AMOUNT is a customisation option."
                                   :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')
-   `(outline-minor-0 ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
-                               :background ,bg-alt :weight bold))))
+   ;;;; outline-minor-faces
+   `(outline-minor-0 ((,class (:background ,bg-alt))))
    ;;;; package (M-x list-packages)
    `(package-description ((,class (:foreground ,fg-special-cold))))
    `(package-help-section-name ((,class (:foreground ,magenta-alt-other 
:weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 89affd6..f476cb5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2450,9 +2450,8 @@ AMOUNT is a customisation option."
                                   :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')
-   `(outline-minor-0 ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
-                               :background ,bg-alt :weight bold))))
+   ;;;; outline-minor-faces
+   `(outline-minor-0 ((,class (:background ,bg-alt))))
    ;;;; package (M-x list-packages)
    `(package-description ((,class (:foreground ,fg-special-cold))))
    `(package-help-section-name ((,class (:foreground ,magenta-alt-other 
:weight bold))))



reply via email to

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