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

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

[elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default backg


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default background of outline-minor-faces
Date: Fri, 31 Jul 2020 09:25:30 -0400 (EDT)

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

    Tweak default background of outline-minor-faces
    
    This makes it easier to distinguish it from other elements, such as the
    inactive modeline or the current line in hl-line-mode.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b3ca5bb..da81bdc 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3069,7 +3069,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                         ,@(modus-operandi-theme-heading-block bg-alt fg-alt))))
 ;;;;; outline-minor-faces
    `(outline-minor-0 ((,class ,@(unless modus-operandi-theme-section-headings
-                                  (list :background bg-alt)))))
+                                  (list :background cyan-nuanced-bg)))))
 ;;;;; 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 eb66f1f..4436b16 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3069,7 +3069,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                         ,@(modus-vivendi-theme-heading-block bg-alt fg-alt))))
 ;;;;; outline-minor-faces
    `(outline-minor-0 ((,class ,@(unless modus-vivendi-theme-section-headings
-                                  (list :background bg-alt)))))
+                                  (list :background cyan-nuanced-bg)))))
 ;;;;; 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]