dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit d9de809c1c8f3114ecffb8baf2d7b83feebab52c
parent 5d9b3d8c8f444e407f2b3b6e768f0e918bdf95b1
Author: mokou <mokou@posteo.de>
Date:   Thu, 28 May 2020 18:17:19 +0200

Use more humane color names

Diffstat:
Mdot_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 @@ -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)