summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-23 09:06:07 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-23 09:06:07 +0000
commit61bd0f95560922efe77b0ed73c1e68ce92f2d3cd (patch)
tree500d40b1ae15b765931f9006ef96bd6450b2979f /init.el
parent50bb0c1e4c9164a63c560edf1952ad48f5e42eb2 (diff)
parentca0bb02c6ab6f0ea5e0ee0e2e39a685f4259c124 (diff)
Merge branch 'master' of github.com:yulqen/emacs
Diffstat (limited to '')
-rw-r--r--init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el
index 78f43d5..0f5014f 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 "orchid" :weight bold)
+ ("DONE" :foreground "ForestGreen" :weight bold)
("WAITING" :foreground "orange" :weight bold)
("SOMEDAY" :foreground "blue" :weight bold)
("HOLD" :foreground "magenta" :weight bold)