mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
fix coloring of CANCEL
This commit is contained in:
@@ -152,10 +152,10 @@ down and unfold it, otherwise jump paragraph as usual."
|
|||||||
; todo colors
|
; todo colors
|
||||||
(setq org-todo-keyword-faces '(
|
(setq org-todo-keyword-faces '(
|
||||||
("TODO" . (:foreground "deepskyblue" :weight bold))
|
("TODO" . (:foreground "deepskyblue" :weight bold))
|
||||||
("START" . (:foreground "olivedrab" :weight bold))
|
("START" . (:foreground "olivedrab" :weight bold))
|
||||||
("WAIT" . (:foreground "darkorange" :weight bold))
|
("WAIT" . (:foreground "darkorange" :weight bold))
|
||||||
("DONE" . (:foreground "forestgreen" :weight bold))
|
("DONE" . (:foreground "forestgreen" :weight bold))
|
||||||
("CANCEL" . (:foreground "red" :weight bold))
|
("CANCEL" . (:foreground "darkorchid" :weight bold))
|
||||||
("FAIL" . (:foreground "red" :weight bold))
|
("FAIL" . (:foreground "red" :weight bold))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user