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

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

[elpa] externals/modus-operandi-theme 79ab685 39/99: Refine two Org agen


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 79ab685 39/99: Refine two Org agenda faces
Date: Fri, 31 Jul 2020 09:25:22 -0400 (EDT)

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

    Refine two Org agenda faces
---
 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 86e5c8b..59cfda6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2789,8 +2789,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-calendar-event ((,class :foreground ,fg-main)))
    `(org-agenda-calendar-sexp ((,class :foreground ,cyan-alt)))
    `(org-agenda-clocking ((,class :inherit modus-theme-special-cold)))
-   `(org-agenda-column-dateline ((,class :inherit modus-theme-subtle-neutral)))
-   `(org-agenda-current-time ((,class :inherit modus-theme-intense-cyan)))
+   `(org-agenda-column-dateline ((,class :background ,bg-alt)))
+   `(org-agenda-current-time ((,class :inherit modus-theme-subtle-cyan)))
    `(org-agenda-date ((,class :inherit ,modus-theme-variable-pitch :foreground 
,cyan-alt-other
                               ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4)
                               ,@(modus-operandi-theme-heading-block 
cyan-nuanced-bg cyan-nuanced))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b0339ad..c6bbe8f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2789,8 +2789,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-calendar-event ((,class :foreground ,fg-main)))
    `(org-agenda-calendar-sexp ((,class :foreground ,cyan-alt)))
    `(org-agenda-clocking ((,class :inherit modus-theme-special-cold)))
-   `(org-agenda-column-dateline ((,class :inherit modus-theme-subtle-neutral)))
-   `(org-agenda-current-time ((,class :inherit modus-theme-intense-cyan)))
+   `(org-agenda-column-dateline ((,class :background ,bg-alt)))
+   `(org-agenda-current-time ((,class :inherit modus-theme-subtle-cyan)))
    `(org-agenda-date ((,class :inherit ,modus-theme-variable-pitch :foreground 
,cyan-alt-other
                               ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4)
                               ,@(modus-vivendi-theme-heading-block 
cyan-nuanced-bg cyan-nuanced))))



reply via email to

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