Add some manually-selected Org keyword colors

This commit is contained in:
Tom Willemse 2015-11-21 20:08:58 +01:00
parent d5d58ca19e
commit 3c69b707a6

View file

@ -192,11 +192,14 @@ predecessor if there is a non-DONE sibling defined before it."
(setq org-tags-column (- 70)) (setq org-tags-column (- 70))
(setq org-tags-exclude-from-inheritance '("crypt")) (setq org-tags-exclude-from-inheritance '("crypt"))
(setq org-todo-keyword-faces (setq org-todo-keyword-faces
(oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED" (append '(("ADDED" . "#65a854")
"ACQUIRE" "IGNORED" "COMMENT" "GOT" ("CHANGED" . "#8d995c")
"TOREAD" "READING" "READ" ("REMOVED" . "#a85454"))
"PLAY" "PLAYING" "PLAYED" (oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
"LISTEN" "LISTENED"))) "ACQUIRE" "IGNORED" "COMMENT" "GOT"
"TOREAD" "READING" "READ"
"PLAY" "PLAYING" "PLAYED"
"LISTEN" "LISTENED"))))
(setq org-tag-faces (setq org-tag-faces
(oni:org-colors-for '("noexport" "tv" "dailies" "ex" "maintenance" (oni:org-colors-for '("noexport" "tv" "dailies" "ex" "maintenance"
"housework" "cdispass" "clark" "emacsd" "housework" "cdispass" "clark" "emacsd"