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

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

[elpa] externals/modus-operandi-theme 1ce7b8a 077/153: Tone down optiona


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1ce7b8a 077/153: Tone down optional border of Org agenda headings
Date: Thu, 18 Mar 2021 13:47:43 -0400 (EDT)

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

    Tone down optional border of Org agenda headings
    
    This concerns the customisation options:
    
    + modus-operandi-theme-headings
    + modus-vivendi-theme-headings
    
    This tweak is in response to feedback I received in issue 90:
    https://gitlab.com/protesilaos/modus-themes/-/issues/90.
    
    Thanks to Nicolas De Jaeghere for the continued support!
---
 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 8509e5a..2c0dbec 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3450,13 +3450,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-column-dateline ((,class :background ,bg-alt)))
    `(org-agenda-current-time ((,class :inherit modus-theme-subtle-cyan)))
    `(org-agenda-date ((,class ,@(modus-operandi-theme-heading
-                                 1 cyan-alt-other cyan-alt-other 
cyan-nuanced-bg cyan-nuanced)
+                                 1 cyan-alt-other cyan-alt-other 
cyan-nuanced-bg bg-region)
                               ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4))))
    `(org-agenda-date-today ((,class :inherit (bold ,modus-theme-variable-pitch)
                                     :background ,cyan-intense-bg :foreground 
,fg-main
                                     ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4))))
    `(org-agenda-date-weekend ((,class ,@(modus-operandi-theme-heading
-                                         1 cyan cyan blue-nuanced-bg 
cyan-nuanced)
+                                         1 cyan cyan blue-nuanced-bg bg-region)
                                       ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4))))
    `(org-agenda-diary ((,class :foreground ,fg-main)))
    `(org-agenda-dimmed-todo-face ((,class :inherit 
modus-theme-subtle-neutral)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a93dbb7..721805e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3450,13 +3450,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-column-dateline ((,class :background ,bg-alt)))
    `(org-agenda-current-time ((,class :inherit modus-theme-subtle-cyan)))
    `(org-agenda-date ((,class ,@(modus-vivendi-theme-heading
-                                 1 cyan-alt-other cyan-alt-other 
cyan-nuanced-bg cyan-nuanced)
+                                 1 cyan-alt-other cyan-alt-other 
cyan-nuanced-bg bg-region)
                               ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4))))
    `(org-agenda-date-today ((,class :inherit (bold ,modus-theme-variable-pitch)
                                     :background ,cyan-intense-bg :foreground 
,fg-main
                                     ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4))))
    `(org-agenda-date-weekend ((,class ,@(modus-vivendi-theme-heading
-                                         1 cyan cyan blue-nuanced-bg 
cyan-nuanced)
+                                         1 cyan cyan blue-nuanced-bg bg-region)
                                       ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4))))
    `(org-agenda-diary ((,class :foreground ,fg-main)))
    `(org-agenda-dimmed-todo-face ((,class :inherit 
modus-theme-subtle-neutral)))



reply via email to

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