summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:49:14 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:49:14 +0000
commitb3e3f0fd146c531b61d116af0ae7c1fbccc1b27b (patch)
treef9f48bfdc6f4d7e0bdc3ccdb1435b24fc3ed7489 /init.el
parentca808407a8686a22b44310d425074422cc23d613 (diff)
org agenda keyword colour changes
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 12bbeea..d0cc519 100644
--- a/init.el
+++ b/init.el
@@ -1062,11 +1062,11 @@ If failed try to complete the common part with `company-complete-common'"
(setq org-todo-keyword-faces
(quote (("TODO" :foreground "red" :weight bold)
- ("NEXT" :foreground "cyan" :weight bold)
+ ("NEXT" :foreground "MediumBlue" :weight bold)
("PROJECT" :foreground "blue" :weight bold)
("DOING" :foreground "orchid" :weight bold)
("DONE" :foreground "ForestGreen" :weight bold)
- ("WAITING" :foreground "orange" :weight bold)
+ ("WAITING" :foreground "black" :background "yellow" :weight bold)
("SOMEDAY" :foreground "blue" :weight bold)
("HOLD" :foreground "magenta" :weight bold)
("CANCELLED" :foreground "snow4" :weight bold))))