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

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

[elpa] externals/modus-themes ae1d68d4b9: Ensure diary and holiday colou


From: ELPA Syncer
Subject: [elpa] externals/modus-themes ae1d68d4b9: Ensure diary and holiday colours are distinct and legible
Date: Mon, 22 May 2023 02:58:31 -0400 (EDT)

branch: externals/modus-themes
commit ae1d68d4b90cb208f243d3e30ca93662492b9117
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Ensure diary and holiday colours are distinct and legible
---
 modus-operandi-theme.el            | 2 +-
 modus-operandi-tinted-theme.el     | 2 +-
 modus-operandi-tritanopia-theme.el | 2 +-
 modus-themes.el                    | 4 ++--
 modus-vivendi-theme.el             | 2 +-
 modus-vivendi-tinted-theme.el      | 2 +-
 modus-vivendi-tritanopia-theme.el  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 50ce674a25..6a3702e64f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -281,7 +281,7 @@ which corresponds to a minimum contrast in relative 
luminance of
       (date-common cyan)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday magenta)
+      (date-holiday red)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled yellow-warmer)
diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index 3839c3a71d..791d1b9992 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -280,7 +280,7 @@ which corresponds to a minimum contrast in relative 
luminance of
       (date-common cyan)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday magenta)
+      (date-holiday red)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled yellow-warmer)
diff --git a/modus-operandi-tritanopia-theme.el 
b/modus-operandi-tritanopia-theme.el
index 679651c3e4..5d143fa751 100644
--- a/modus-operandi-tritanopia-theme.el
+++ b/modus-operandi-tritanopia-theme.el
@@ -283,7 +283,7 @@ standard).")
       (date-common cyan-cooler)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday cyan-warmer)
+      (date-holiday red)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled magenta)
diff --git a/modus-themes.el b/modus-themes.el
index 6984127fba..3d4c1b40ac 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1951,8 +1951,8 @@ FG and BG are the main colors."
     `(calendar-today ((,c :inherit bold :underline t)))
     `(calendar-weekday-header ((,c :foreground ,date-weekday)))
     `(calendar-weekend-header ((,c :foreground ,date-weekend)))
-    `(diary ((,c :background ,bg-dim :foreground ,accent-0)))
-    `(diary-anniversary ((,c :foreground ,accent-1)))
+    `(diary ((,c :foreground ,date-common)))
+    `(diary-anniversary ((,c :foreground ,date-holiday)))
     `(diary-time ((,c :foreground ,date-common)))
     `(holiday ((,c :foreground ,date-holiday)))
 ;;;;; calibredb
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b70c221768..810d01b937 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -280,7 +280,7 @@ which corresponds to a minimum contrast in relative 
luminance of
       (date-common cyan)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday magenta)
+      (date-holiday red)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled yellow-warmer)
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index b6e25e3192..9ad84ca0e5 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -280,7 +280,7 @@ which corresponds to a minimum contrast in relative 
luminance of
       (date-common cyan)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday magenta)
+      (date-holiday red)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled yellow-warmer)
diff --git a/modus-vivendi-tritanopia-theme.el 
b/modus-vivendi-tritanopia-theme.el
index 8eb349b7ff..0d09989e2a 100644
--- a/modus-vivendi-tritanopia-theme.el
+++ b/modus-vivendi-tritanopia-theme.el
@@ -282,7 +282,7 @@ standard).")
       (date-common cyan-cooler)
       (date-deadline red)
       (date-event fg-alt)
-      (date-holiday cyan-warmer)
+      (date-holiday red-intense)
       (date-now fg-main)
       (date-range fg-alt)
       (date-scheduled magenta)



reply via email to

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