Ensure diary and holiday colours are distinct and legible

This commit is contained in:
Protesilaos Stavrou 2023-05-22 09:10:57 +03:00
parent db13063e10
commit ae1d68d4b9
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
7 changed files with 8 additions and 8 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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

View file

@ -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)

View file

@ -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)

View file

@ -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)