summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-10 08:06:41 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-10 08:06:41 -0500
commit9aaf57d30d14d807d804445d5eb5f07db275b007 (patch)
treed31053a52487209651d1f2f149d3c2735dd45807 /emacsconf-schedule.el
parentf16a68d2c43a38ac64de5a38ddcd87db09e737bf (diff)
downloademacsconf-el-9aaf57d30d14d807d804445d5eb5f07db275b007.tar.xz
emacsconf-el-9aaf57d30d14d807d804445d5eb5f07db275b007.zip
Tweak processing color - goldenrod
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
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"))