From 1c7a72111ef24d1c6059061608edd2b094436fe0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 09:39:06 -0500 Subject: fix(dupre): tone down the org TODO and warning reds org-todo was intense-red (#ff2a00), the brightest red in the palette. Every TODO-state keyword that isn't in org-todo-keyword-faces falls back to org-todo. So the Linear states (IN-PROGRESS, BACKLOG-PRIORITIZED, and the rest) all rendered in that hot red, and the whole view shouted. I moved org-todo to red-1 (#a7502d) and org-warning to red (#d47c59). They're distinct now, so an overdue deadline reads a shade warmer than a plain keyword. intense-red stays reserved for the FAILED face. --- themes/dupre-faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/dupre-faces.el b/themes/dupre-faces.el index d7b6e07b..1bc8b132 100644 --- a/themes/dupre-faces.el +++ b/themes/dupre-faces.el @@ -205,7 +205,7 @@ `(org-level-6 ((t (:foreground ,gray+1)))) `(org-level-7 ((t (:foreground ,gray)))) `(org-level-8 ((t (:foreground ,gray)))) - `(org-todo ((t (:foreground ,intense-red :weight bold)))) + `(org-todo ((t (:foreground ,red-1 :weight bold)))) `(org-done ((t (:foreground ,green :weight bold)))) `(org-headline-done ((t (:foreground ,gray)))) `(org-headline-todo ((t (:foreground ,fg)))) @@ -266,7 +266,7 @@ `(org-scheduled-today ((t (:foreground ,fg :weight bold)))) `(org-scheduled-previously ((t (:foreground ,gray+1)))) `(org-upcoming-deadline ((t (:foreground ,yellow+1)))) - `(org-warning ((t (:foreground ,intense-red :weight bold)))) + `(org-warning ((t (:foreground ,red :weight bold)))) `(org-agenda-structure ((t (:foreground ,blue :weight bold)))) `(org-agenda-date ((t (:foreground ,fg)))) `(org-agenda-date-today ((t (:foreground ,yellow :weight bold)))) -- cgit v1.2.3