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

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

[elpa] externals/modus-operandi-theme c6fcf51 41/99: Review Org schedule


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c6fcf51 41/99: Review Org scheduled faces
Date: Fri, 31 Jul 2020 09:25:22 -0400 (EDT)

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

    Review Org scheduled faces
    
    These should look better and convey their meaning more effectively in
    the context of an agenda view.
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e33444a..b4fa750 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2896,9 +2896,9 @@ 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 bg-main)
                         :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
-   `(org-scheduled ((,class :foreground ,fg-special-cold)))
-   `(org-scheduled-previously ((,class :foreground ,fg-special-warm)))
-   `(org-scheduled-today ((,class :foreground ,yellow-alt-other)))
+   `(org-scheduled ((,class :foreground ,green-alt-other)))
+   `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
+   `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))
    `(org-special-keyword ((,class ,@(modus-operandi-theme-org-todo-block 
cyan-nuanced-bg cyan-nuanced cyan-alt))))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0d15185..3f9b316 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2896,9 +2896,9 @@ 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 bg-main)
                         :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
-   `(org-scheduled ((,class :foreground ,fg-special-cold)))
-   `(org-scheduled-previously ((,class :foreground ,fg-special-warm)))
-   `(org-scheduled-today ((,class :foreground ,yellow-alt-other)))
+   `(org-scheduled ((,class :foreground ,green-alt-other)))
+   `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
+   `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))
    `(org-special-keyword ((,class ,@(modus-vivendi-theme-org-todo-block 
cyan-nuanced-bg cyan-nuanced cyan-alt))))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))



reply via email to

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