summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 20:55:07 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 20:55:07 +0000
commit36d75aef3778d79f6d140b8f8f75776075809971 (patch)
tree46ae3ed6eacfc3d8407ae18e1cac72d127201e7f /init.el
parentcd28f219f934cdf2e09d47343ba62a94b7b0ff44 (diff)
put back org keyword faces colours
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el
index 78f43d5..f299c8c 100644
--- a/init.el
+++ b/init.el
@@ -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)