Make calendar weekends stand out

This commit is contained in:
Protesilaos Stavrou 2022-12-01 11:59:58 +02:00
parent d3fc98c01c
commit cfcc0004a8
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -818,8 +818,8 @@ Helper function for `ef-themes-preview-colors'."
;;;; calendar and diary
`(calendar-month-header ((,c :inherit bold)))
`(calendar-today ((,c :inherit bold :underline t)))
`(calendar-weekday-header ((,c :foreground ,fg-alt)))
`(calendar-weekend-header ((,c :inherit calendar-weekday-header)))
`(calendar-weekday-header ((,c :foreground ,fg-dim)))
`(calendar-weekend-header ((,c :foreground ,err)))
`(diary ((,c :background ,bg-dim :foreground ,accent-0)))
`(diary-anniversary ((,c :foreground ,accent-1)))
`(diary-time ((,c :foreground ,date)))