diff --git a/config.org b/config.org index 1e54344..d2268b8 100644 --- a/config.org +++ b/config.org @@ -3006,7 +3006,7 @@ The default colors for various elements of =org-modern= don't match with our the :foreground ,(doom-color 'brown) :inherit org-modern-done) `(org-modern-date-inactive - :foreground ,(doom-color 'doc-comments) + :foreground ,(doom-color 'fg) :inherit org-modern-date-active) `(org-modern-time-active :foreground ,(doom-color 'fg-alt) @@ -3014,7 +3014,7 @@ The default colors for various elements of =org-modern= don't match with our the :inherit org-modern-done) `(org-modern-time-inactive :foreground ,(doom-color 'grey) - :background ,(doom-color 'modeline-bg-l) + :background "#262b40" :inherit org-modern-time-active) `(org-modern-progress-incomplete :background ,(doom-color 'bg-alt)