We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d574cbb commit 70ce484Copy full SHA for 70ce484
hl-todo.el
@@ -103,15 +103,15 @@ located inside a string."
103
:type '(repeat function))
104
105
(defcustom hl-todo-keyword-faces
106
- '(("HOLD" . "#d0bf8f")
107
- ("TODO" . "#cc9393")
108
- ("NEXT" . "#dca3a3")
109
- ("THEM" . "#dc8cc3")
110
- ("PROG" . "#7cb8bb")
111
- ("OKAY" . "#7cb8bb")
112
- ("DONT" . "#5f7f5f")
113
- ("FAIL" . "#8c5353")
114
- ("DONE" . "#afd8af")
+ '(("HOLD" . "#d0bf8f")
+ ("TODO" . "#cc9393")
+ ("NEXT" . "#dca3a3")
+ ("THEM" . "#dc8cc3")
+ ("PROG" . "#7cb8bb")
+ ("OKAY" . "#7cb8bb")
+ ("DONT" . "#5f7f5f")
+ ("FAIL" . "#8c5353")
+ ("DONE" . "#afd8af")
115
("NOTE" . "#d0bf8f")
116
("KLUDGE" . "#d0bf8f")
117
("HACK" . "#d0bf8f")
0 commit comments