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

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

[elpa] externals/modus-operandi-theme 9e9a08f 037/112: Refine OUTLINE-MO


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 9e9a08f 037/112: Refine OUTLINE-MODE colours
Date: Mon, 30 Mar 2020 15:59:33 -0400 (EDT)

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

    Refine OUTLINE-MODE colours
    
    This makes the headings consistent with their numbered equivalent in
    `org-mode'.
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a59eb93..ada6c79 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1957,13 +1957,13 @@ between foreground and background is >= 7:1)."
                                        ,@(when 
modus-operandi-theme-scale-headings
                                           (list :height 
modus-operandi-theme-scale-1))))))
    `(outline-5 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-dim :weight bold))))
+                           :foreground ,fg-special-calm :weight bold))))
    `(outline-6 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-alt :weight bold))))
+                           :foreground ,yellow-nuanced :weight bold))))
    `(outline-7 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,cyan-active :weight bold))))
+                           :foreground ,red-nuanced :weight bold))))
    `(outline-8 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,magenta-active :weight bold))))
+                                  :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))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4051b2f..f5bbc4e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1957,13 +1957,13 @@ between foreground and background is >= 7:1)."
                                        ,@(when 
modus-vivendi-theme-scale-headings
                                           (list :height 
modus-vivendi-theme-scale-1))))))
    `(outline-5 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-dim :weight bold))))
+                           :foreground ,fg-special-calm :weight bold))))
    `(outline-6 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,fg-alt :weight bold))))
+                           :foreground ,yellow-nuanced :weight bold))))
    `(outline-7 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,cyan-active :weight bold))))
+                           :foreground ,red-nuanced :weight bold))))
    `(outline-8 ((,class (:inherit ,modus-theme-variable-pitch
-                           :foreground ,magenta-active :weight bold))))
+                                  :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))))



reply via email to

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