summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
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)