summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/site-lisp/org-init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-21 20:08:58 +0100
committerGravatar Tom Willemse2015-11-21 20:08:58 +0100
commit3c69b707a641e8b2cd5be62971bf751f248c7eb0 (patch)
tree93a29c5e2dff62a3ea0dca1427018064bbe4caac /emacs/.emacs.d/site-lisp/org-init.el
parentd5d58ca19e66b232e66e1308f3a996edc8019598 (diff)
downloaddotfiles-3c69b707a641e8b2cd5be62971bf751f248c7eb0.tar.gz
dotfiles-3c69b707a641e8b2cd5be62971bf751f248c7eb0.zip
Add some manually-selected Org keyword colors
Diffstat (limited to 'emacs/.emacs.d/site-lisp/org-init.el')
-rw-r--r--emacs/.emacs.d/site-lisp/org-init.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/emacs/.emacs.d/site-lisp/org-init.el b/emacs/.emacs.d/site-lisp/org-init.el
index dcf9471..79755e1 100644
--- a/emacs/.emacs.d/site-lisp/org-init.el
+++ b/emacs/.emacs.d/site-lisp/org-init.el
@@ -192,11 +192,14 @@ predecessor if there is a non-DONE sibling defined before it."
(setq org-tags-column (- 70))
(setq org-tags-exclude-from-inheritance '("crypt"))
(setq org-todo-keyword-faces
- (oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
- "ACQUIRE" "IGNORED" "COMMENT" "GOT"
- "TOREAD" "READING" "READ"
- "PLAY" "PLAYING" "PLAYED"
- "LISTEN" "LISTENED")))
+ (append '(("ADDED" . "#65a854")
+ ("CHANGED" . "#8d995c")
+ ("REMOVED" . "#a85454"))
+ (oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
+ "ACQUIRE" "IGNORED" "COMMENT" "GOT"
+ "TOREAD" "READING" "READ"
+ "PLAY" "PLAYING" "PLAYED"
+ "LISTEN" "LISTENED"))))
(setq org-tag-faces
(oni:org-colors-for '("noexport" "tv" "dailies" "ex" "maintenance"
"housework" "cdispass" "clark" "emacsd"