branch: externals/modus-operandi-theme
commit ca6558cfd2ea2121d59a9cee508f43247a928ec8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    General refinements to CALENDAR and DIARY
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index adf2dfe..393dd22 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -756,12 +756,12 @@ between foreground and background is >= 7:1)."
    `(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 (:underline t))))
+   `(calendar-today ((,class (:background ,bg-alt :underline t))))
    `(calendar-weekday-header ((,class (:foreground ,blue-alt))))
-   `(calendar-weekend-header ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
-   `(diary ((,class (:foreground ,yellow-alt-other))))
-   `(diary-anniversary ((,class (:foreground ,green))))
-   `(diary-time ((,class (:foreground ,cyan))))
+   `(calendar-weekend-header ((,class (:foreground ,fg-alt))))
+   `(diary ((,class (:foreground ,green-alt-other))))
+   `(diary-anniversary ((,class (:foreground ,yellow-alt-other))))
+   `(diary-time ((,class (:foreground ,red-alt))))
    `(holiday ((,class (:foreground ,magenta-alt))))
    ;;;; calfw
    `(cfw:face-annotation ((,class (:background ,bg-alt :foreground ,fg-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4f1e962..42fb577 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -756,12 +756,12 @@ between foreground and background is >= 7:1)."
    `(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 (:underline t))))
+   `(calendar-today ((,class (:background ,bg-alt :underline t))))
    `(calendar-weekday-header ((,class (:foreground ,blue-alt))))
-   `(calendar-weekend-header ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
-   `(diary ((,class (:foreground ,yellow-alt-other))))
-   `(diary-anniversary ((,class (:foreground ,green))))
-   `(diary-time ((,class (:foreground ,cyan))))
+   `(calendar-weekend-header ((,class (:foreground ,fg-alt))))
+   `(diary ((,class (:foreground ,green-alt-other))))
+   `(diary-anniversary ((,class (:foreground ,yellow-alt-other))))
+   `(diary-time ((,class (:foreground ,red-alt))))
    `(holiday ((,class (:foreground ,magenta-alt))))
    ;;;; calfw
    `(cfw:face-annotation ((,class (:background ,bg-alt :foreground ,fg-alt))))

Reply via email to