From 69a5bf7d9ec2698c9691590e2caa765da080cfcb Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 29 Nov 2023 12:10:56 -0500 Subject: change colour of to_stream to lightblue --- emacsconf-schedule.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 293e3e5..145134b 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -431,7 +431,8 @@ Pairs with `emacsconf-schedule-dump-sexp'." Processing: palegoldenrod, Waiting to be assigned a captioner: yellow, Captioning in progress: lightgreen, -Ready to stream: green, +To check: green, +Ready to stream: blue, Other status: gray" (unless (plist-get o :invalid) (dom-set-attribute node 'fill @@ -447,7 +448,7 @@ Other status: gray" ("TO_CHECK" "green") ("TO_STREAM" - "darkgreen") + "lightblue") ("TODO" "lightgray") (_ "gray"))))) -- cgit v1.2.3