mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make Org agenda weekends like those of M-x calendar
The calendar uses a more saturated red because its days occupy a small surface area. Also, the calendar does not have other elements that compete for attention, whereas the agenda does.
This commit is contained in:
parent
17604072e4
commit
3ca07ba172
|
|
@ -3112,8 +3112,8 @@ C1 and C2 are color values written in hexadecimal RGB."
|
|||
`(org-agenda-current-time ((,c :foreground ,fg-main)))
|
||||
`(org-agenda-date ((,c :inherit modus-themes-heading-1)))
|
||||
`(org-agenda-date-today ((,c :inherit org-agenda-date :underline t)))
|
||||
`(org-agenda-date-weekend ((,c :inherit org-agenda-date)))
|
||||
`(org-agenda-date-weekend-today ((,c :inherit org-agenda-date-today)))
|
||||
`(org-agenda-date-weekend ((,c :inherit org-agenda-date :foreground ,red-faint)))
|
||||
`(org-agenda-date-weekend-today ((,c :inherit org-agenda-date-today :foreground ,red-faint)))
|
||||
`(org-agenda-diary ((,c :inherit org-agenda-calendar-sexp)))
|
||||
`(org-agenda-dimmed-todo-face ((,c :inherit shadow)))
|
||||
`(org-agenda-done ((,c :inherit success)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue