mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Ensure diary and holiday colours are distinct and legible
This commit is contained in:
parent
db13063e10
commit
ae1d68d4b9
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue