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:
Protesilaos Stavrou 2022-12-01 15:58:44 +02:00
parent 17604072e4
commit 3ca07ba172
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

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