From 7c676c4116012c753d908841e066c5e1dc5e1412 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 3 Apr 2025 06:41:15 -0400 Subject: [PATCH] tweak(org-modern): make inactive timestamp face more neutral Inactive timestamps shouldn't necessarily be ignored, so the gray doesn't really make sense. --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)