From 36d75aef3778d79f6d140b8f8f75776075809971 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 22 Nov 2022 20:55:07 +0000 Subject: put back org keyword faces colours --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init.el') 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) -- cgit v1.2.3