diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-10 08:06:41 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-10 08:06:41 -0500 |
commit | 9aaf57d30d14d807d804445d5eb5f07db275b007 (patch) | |
tree | d31053a52487209651d1f2f149d3c2735dd45807 | |
parent | f16a68d2c43a38ac64de5a38ddcd87db09e737bf (diff) | |
download | emacsconf-el-9aaf57d30d14d807d804445d5eb5f07db275b007.tar.xz emacsconf-el-9aaf57d30d14d807d804445d5eb5f07db275b007.zip |
Tweak processing color - goldenrod
Diffstat (limited to '')
-rw-r--r-- | emacsconf-schedule.el | 2 |
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")) |