mirror of
https://github.com/protesilaos/ef-themes.git
synced 2026-09-13 08:26:16 -04:00
Make calendar weekends stand out
This commit is contained in:
parent
d3fc98c01c
commit
cfcc0004a8
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue