From d9de809c1c8f3114ecffb8baf2d7b83feebab52c Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 28 May 2020 18:17:19 +0200 Subject: [PATCH] Use more humane color names --- dot_doom.d/config.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index 1664db3..c3538be 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -59,14 +59,14 @@ (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)") (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING")))) (setq-default org-todo-keyword-faces - (quote (("TODO" :foreground "red" :weight bold) - ("NEXT" :foreground "blue" :weight bold) + (quote (("TODO" :foreground "tomato" :weight bold) + ("NEXT" :foreground "royal blue" :weight bold) ("DONE" :foreground "forest green" :weight bold) - ("WAITING" :foreground "orange" :weight bold) - ("HOLD" :foreground "magenta" :weight bold) - ("CANCELLED" :foreground "forest green" :weight bold) - ("MEETING" :foreground "forest green" :weight bold) - ("PHONE" :foreground "forest green" :weight bold)))) + ("WAITING" :foreground "chocolate" :weight bold) + ("HOLD" :foreground "orchid" :weight bold) + ("CANCELLED" :foreground "yellow" :weight bold) + ("MEETING" :foreground "gold" :weight bold) + ("PHONE" :foreground "orange" :weight bold)))) (setq org-capture-templates (quote (("t" "todo" entry (file "~/code/personal/org/capture.org") "* TODO %?\n%U\n" :clock-in t :clock-resume t)