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

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

[elpa] externals/modus-operandi-theme dd63b2b 07/99: Review DIARY and CA


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme dd63b2b 07/99: Review DIARY and CALENDAR faces
Date: Fri, 31 Jul 2020 09:25:16 -0400 (EDT)

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

    Review DIARY and CALENDAR faces
    
    These are a set of minor tweaks in the interest of keeping things
    consistent and avoiding exaggerations.
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c46f357..d79a7a0 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1045,11 +1045,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; calendar and diary
    `(calendar-month-header ((,class :foreground ,fg-main :weight bold)))
    `(calendar-today ((,class :background ,bg-alt :underline t)))
-   `(calendar-weekday-header ((,class :foreground ,blue-alt)))
+   `(calendar-weekday-header ((,class :foreground ,fg-dim)))
    `(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)))
+   `(diary ((,class :foreground ,cyan-alt-other)))
+   `(diary-anniversary ((,class :foreground ,red-alt-other)))
+   `(diary-time ((,class :foreground ,blue-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 cb1860b..8b4eb70 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1045,11 +1045,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; calendar and diary
    `(calendar-month-header ((,class :foreground ,fg-main :weight bold)))
    `(calendar-today ((,class :background ,bg-alt :underline t)))
-   `(calendar-weekday-header ((,class :foreground ,blue-alt)))
+   `(calendar-weekday-header ((,class :foreground ,fg-dim)))
    `(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)))
+   `(diary ((,class :foreground ,cyan-alt-other)))
+   `(diary-anniversary ((,class :foreground ,red-alt-other)))
+   `(diary-time ((,class :foreground ,blue-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]