From 9aaf57d30d14d807d804445d5eb5f07db275b007 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 10 Nov 2022 08:06:41 -0500 Subject: Tweak processing color - goldenrod --- emacsconf-schedule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-schedule.el') diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 2f9a029..a7427a5 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -370,7 +370,7 @@ Each function should take the info and manipulate it as needed, returning the ne ((rx (or "TO_PROCESS" "PROCESSING" "TO_AUTOCAP")) - "lightyellow") + "palegoldenrod") ((rx (or "TO_ASSIGN")) "yellow") ((rx (or "TO_CAPTION")) -- cgit v1.2.3