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

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

[elpa] externals/modus-operandi-theme a6cd22b 50/99: Refine org-schedule


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a6cd22b 50/99: Refine org-scheduled face (amend commit c6fcf5122)
Date: Fri, 31 Jul 2020 09:25:24 -0400 (EDT)

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

    Refine org-scheduled face (amend commit c6fcf5122)
    
    The prior choice of a green colour could create confusion when "DONE"
    items where kept on the agenda view.  Whereas now we use a more
    "yellow-ish" accent that is not too saturated while it also conveys the
    meaning of a soft deadline, implied by the "SCHEDULED" keyword.
---
 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 b653ff1..4b82eab 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2906,7 +2906,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                            ,@(modus-operandi-theme-heading-foreground magenta 
magenta-alt-other))))
    `(org-quote ((,class ,@(modus-operandi-theme-org-block bg-dim)
                         :foreground ,fg-special-calm :slant 
,modus-theme-slant)))
-   `(org-scheduled ((,class :foreground ,green-alt-other)))
+   `(org-scheduled ((,class :foreground ,fg-special-warm)))
    `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
    `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2bebf9e..91a8692 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2906,7 +2906,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                            ,@(modus-vivendi-theme-heading-foreground magenta 
magenta-alt-other))))
    `(org-quote ((,class ,@(modus-vivendi-theme-org-block bg-dim)
                         :foreground ,fg-special-calm :slant 
,modus-theme-slant)))
-   `(org-scheduled ((,class :foreground ,green-alt-other)))
+   `(org-scheduled ((,class :foreground ,fg-special-warm)))
    `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
    `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))



reply via email to

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