Add some manually-selected Org keyword colors
This commit is contained in:
parent
d5d58ca19e
commit
3c69b707a6
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
(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")))
|
||||
"LISTEN" "LISTENED"))))
|
||||
(setq org-tag-faces
|
||||
(oni:org-colors-for '("noexport" "tv" "dailies" "ex" "maintenance"
|
||||
"housework" "cdispass" "clark" "emacsd"
|
||||
|
|
Loading…
Reference in a new issue