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

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

[elpa] externals/modus-operandi-theme 5a15e06 09/99: Refine CALENDAR+ORG


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5a15e06 09/99: Refine CALENDAR+ORG date selection
Date: Fri, 31 Jul 2020 09:25:16 -0400 (EDT)

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

    Refine CALENDAR+ORG date selection
    
    These changes ensure that the date selection for Org's purposes will
    always highlight the current date using an appropriate colour.
    
    Ordinary days will use as a background the ':foreground' of
    'org-date-selected'.  Others will do the same for the foreground of
    diary and holiday entries in the calendar.
---
 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 524e5f3..9a31aa2 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1044,7 +1044,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(buffer-expose-selected-face ((,class :inherit modus-theme-special-mild)))
    ;;;; calendar and diary
    `(calendar-month-header ((,class :foreground ,fg-main :weight bold)))
-   `(calendar-today ((,class :background ,bg-alt :underline t)))
+   `(calendar-today ((,class :underline t)))
    `(calendar-weekday-header ((,class :foreground ,fg-dim)))
    `(calendar-weekend-header ((,class :foreground ,fg-alt)))
    `(diary ((,class :foreground ,cyan-alt-other)))
@@ -2699,7 +2699,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :underline t :background ,bg-alt :weight bold)))
    `(org-date ((,class :foreground ,cyan-alt-other :underline t)))
-   `(org-date-selected ((,class :inherit modus-theme-intense-cyan :weight 
bold)))
+   `(org-date-selected ((,class :foreground ,blue-alt :weight bold 
:inverse-video t)))
    `(org-default ((,class :background ,bg-main :foreground ,fg-main)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))
    `(org-document-info-keyword ((,class :inherit fixed-pitch :foreground 
,fg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 31fe5b8..7cf3ddb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1044,7 +1044,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(buffer-expose-selected-face ((,class :inherit modus-theme-special-mild)))
    ;;;; calendar and diary
    `(calendar-month-header ((,class :foreground ,fg-main :weight bold)))
-   `(calendar-today ((,class :background ,bg-alt :underline t)))
+   `(calendar-today ((,class :underline t)))
    `(calendar-weekday-header ((,class :foreground ,fg-dim)))
    `(calendar-weekend-header ((,class :foreground ,fg-alt)))
    `(diary ((,class :foreground ,cyan-alt-other)))
@@ -2699,7 +2699,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :underline t :background ,bg-alt :weight bold)))
    `(org-date ((,class :foreground ,cyan-alt-other :underline t)))
-   `(org-date-selected ((,class :inherit modus-theme-intense-cyan :weight 
bold)))
+   `(org-date-selected ((,class :foreground ,blue-alt :weight bold 
:inverse-video t)))
    `(org-default ((,class :background ,bg-main :foreground ,fg-main)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))
    `(org-document-info-keyword ((,class :inherit fixed-pitch :foreground 
,fg-alt)))



reply via email to

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