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

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

[elpa] externals/modus-operandi-theme ca6558c 096/112: General refinemen


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ca6558c 096/112: General refinements to CALENDAR and DIARY
Date: Mon, 30 Mar 2020 15:59:46 -0400 (EDT)

branch: externals/modus-operandi-theme
commit ca6558cfd2ea2121d59a9cee508f43247a928ec8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    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

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