Skip to content

Commit

Permalink
hl-todo-keyword-faces: Align element cdrs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 29, 2023
1 parent d574cbb commit 70ce484
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hl-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ located inside a string."
:type '(repeat function))

(defcustom hl-todo-keyword-faces
'(("HOLD" . "#d0bf8f")
("TODO" . "#cc9393")
("NEXT" . "#dca3a3")
("THEM" . "#dc8cc3")
("PROG" . "#7cb8bb")
("OKAY" . "#7cb8bb")
("DONT" . "#5f7f5f")
("FAIL" . "#8c5353")
("DONE" . "#afd8af")
'(("HOLD" . "#d0bf8f")
("TODO" . "#cc9393")
("NEXT" . "#dca3a3")
("THEM" . "#dc8cc3")
("PROG" . "#7cb8bb")
("OKAY" . "#7cb8bb")
("DONT" . "#5f7f5f")
("FAIL" . "#8c5353")
("DONE" . "#afd8af")
("NOTE" . "#d0bf8f")
("KLUDGE" . "#d0bf8f")
("HACK" . "#d0bf8f")
Expand Down

0 comments on commit 70ce484

Please sign in to comment.