diff --git a/modus-themes.el b/modus-themes.el index bc71b74..a3c545f 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3110,10 +3110,10 @@ C1 and C2 are color values written in hexadecimal RGB." `(org-agenda-calendar-sexp ((,c :inherit (italic org-agenda-calendar-event)))) `(org-agenda-column-dateline ((,c :background ,bg-inactive))) `(org-agenda-current-time ((,c :foreground ,fg-main))) - `(org-agenda-date ((,c :inherit modus-themes-heading-1 :foreground ,fg-alt :weight ,(face-attribute 'default :weight)))) + `(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 :foreground ,err))) - `(org-agenda-date-weekend-today ((,c :inherit org-agenda-date-today :foreground ,err))) + `(org-agenda-date-weekend ((,c :inherit org-agenda-date))) + `(org-agenda-date-weekend-today ((,c :inherit org-agenda-date-today))) `(org-agenda-diary ((,c :inherit org-agenda-calendar-sexp))) `(org-agenda-dimmed-todo-face ((,c :inherit shadow))) `(org-agenda-done ((,c :inherit success)))