diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 20:55:07 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 20:55:07 +0000 |
commit | 36d75aef3778d79f6d140b8f8f75776075809971 (patch) | |
tree | 46ae3ed6eacfc3d8407ae18e1cac72d127201e7f /init.el | |
parent | cd28f219f934cdf2e09d47343ba62a94b7b0ff44 (diff) |
put back org keyword faces colours
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -960,11 +960,11 @@ If failed try to complete the common part with `company-complete-common'" (setq org-todo-keyword-faces - (quote (("TODO" :foreground "tomato4" :weight bold) - ("NEXT" :foreground "LemonChiffon" :weight bold) - ("PROJECT" :foreground "ForestGreen" :weight bold) - ("DOING" :foreground "brown" :weight bold) - ("DONE" :foreground "SlateGray" :weight bold) + (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) ("WAITING" :foreground "orange" :weight bold) ("SOMEDAY" :foreground "blue" :weight bold) ("HOLD" :foreground "magenta" :weight bold) |