Add some more TODO colors
This commit is contained in:
parent
c46b1097d4
commit
c83c9fb28d
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@ predecessor if there is a non-DONE sibling defined before it."
|
||||||
(setq org-todo-keyword-faces
|
(setq org-todo-keyword-faces
|
||||||
(oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
|
(oni:org-colors-for '("TODO" "WIP" "DONE" "CANCELLED" "FAILED"
|
||||||
"ACQUIRE" "IGNORED" "COMMENT" "GOT"
|
"ACQUIRE" "IGNORED" "COMMENT" "GOT"
|
||||||
"TOREAD" "READING" "READ")))
|
"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"
|
||||||
|
|
Loading…
Reference in a new issue