diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 08:35:36 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 08:35:36 +0000 |
commit | ca0bb02c6ab6f0ea5e0ee0e2e39a685f4259c124 (patch) | |
tree | c4ac69cb99235ab1c55ebd942ac5a27b23f952ba /init.el | |
parent | 36d75aef3778d79f6d140b8f8f75776075809971 (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -963,8 +963,8 @@ If failed try to complete the common part with `company-complete-common'" (quote (("TODO" :foreground "red" :weight bold) ("NEXT" :foreground "cyan" :weight bold) ("PROJECT" :foreground "blue" :weight bold) - ("DOING" :foreground "pink" :weight bold) - ("DONE" :foreground "orchid" :weight bold) + ("DOING" :foreground "orchid" :weight bold) + ("DONE" :foreground "ForestGreen" :weight bold) ("WAITING" :foreground "orange" :weight bold) ("SOMEDAY" :foreground "blue" :weight bold) ("HOLD" :foreground "magenta" :weight bold) |