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

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

[elpa] externals/modus-operandi-theme d0c8af9 12/99: Review 'org-priorit


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme d0c8af9 12/99: Review 'org-priority' styles for user options
Date: Fri, 31 Jul 2020 09:25:17 -0400 (EDT)

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

    Review 'org-priority' styles for user options
    
    This makes the priority cookie use more consistent colours when users
    opt in for the "rainbow headings" and/or "section headings" options.
    The default looks are the same.
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b8df0e4..d0fdab3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2760,8 +2760,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-meta-line ((,class :inherit fixed-pitch :background 
,yellow-nuanced-bg :foreground ,fg-special-warm)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
-   `(org-priority ((,class ,@(modus-operandi-theme-org-todo-block 
blue-nuanced-bg blue-nuanced magenta)
-                           ,@(modus-operandi-theme-heading-foreground magenta 
blue-alt))))
+   `(org-priority ((,class ,@(modus-operandi-theme-org-todo-block 
magenta-nuanced-bg magenta-nuanced magenta)
+                           ,@(modus-operandi-theme-heading-foreground magenta 
magenta-alt-other))))
    `(org-quote ((,class ,@(modus-operandi-theme-org-src-block bg-dim bg-main)
                         :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(org-scheduled ((,class :foreground ,fg-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5c670c6..a8128ad 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2760,8 +2760,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-meta-line ((,class :inherit fixed-pitch :background 
,yellow-nuanced-bg :foreground ,fg-special-warm)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
-   `(org-priority ((,class ,@(modus-vivendi-theme-org-todo-block 
blue-nuanced-bg blue-nuanced magenta)
-                           ,@(modus-vivendi-theme-heading-foreground magenta 
blue-alt))))
+   `(org-priority ((,class ,@(modus-vivendi-theme-org-todo-block 
magenta-nuanced-bg magenta-nuanced magenta)
+                           ,@(modus-vivendi-theme-heading-foreground magenta 
magenta-alt-other))))
    `(org-quote ((,class ,@(modus-vivendi-theme-org-src-block bg-dim bg-main)
                         :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
    `(org-scheduled ((,class :foreground ,fg-special-cold)))



reply via email to

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