diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-11-29 12:10:56 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-11-29 12:10:56 -0500 |
commit | 69a5bf7d9ec2698c9691590e2caa765da080cfcb (patch) | |
tree | 5cac1982a02721c1dbd1d402002d3af3af21b788 | |
parent | fa95e6b5d32065bd582d1f08d102012277369d4a (diff) | |
download | emacsconf-el-69a5bf7d9ec2698c9691590e2caa765da080cfcb.tar.xz emacsconf-el-69a5bf7d9ec2698c9691590e2caa765da080cfcb.zip |
change colour of to_stream to lightblue
-rw-r--r-- | emacsconf-schedule.el | 5 |
1 files 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"))))) |