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

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

[elpa] externals/modus-operandi-theme 6876c72 10/99: Use a more intense


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 6876c72 10/99: Use a more intense bg in 'org-agenda-date-today'
Date: Fri, 31 Jul 2020 09:25:16 -0400 (EDT)

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

    Use a more intense bg in 'org-agenda-date-today'
    
    Makes it easier to spot the current day when using the "section
    headings" option.
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9a31aa2..f5b5bb7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2661,7 +2661,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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))))
-   `(org-agenda-date-today ((,class :inherit ,modus-theme-variable-pitch 
:background ,cyan-subtle-bg
+   `(org-agenda-date-today ((,class :inherit ,modus-theme-variable-pitch
+                                    :background ,cyan-intense-bg
                                     :foreground ,fg-main :weight bold
                                     ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4))))
    `(org-agenda-date-weekend ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,cyan
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7cf3ddb..04f6bac 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2661,7 +2661,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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))))
-   `(org-agenda-date-today ((,class :inherit ,modus-theme-variable-pitch 
:background ,cyan-subtle-bg
+   `(org-agenda-date-today ((,class :inherit ,modus-theme-variable-pitch
+                                    :background ,cyan-intense-bg
                                     :foreground ,fg-main :weight bold
                                     ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4))))
    `(org-agenda-date-weekend ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,cyan



reply via email to

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