Fix "TODO" face

This commit is contained in:
Marco Thomas
2021-09-15 16:48:15 +02:00
parent a02448eaa0
commit d69d5de55d

View File

@@ -643,7 +643,7 @@
(prog-mode . hl-todo-mode) (prog-mode . hl-todo-mode)
:config :config
(defface hl-todo-TODO (defface hl-todo-TODO
'((t :background "#cc241d" :inherit (hl-todo))) '((t :background "#cc241d" :foreground "#ffffff"))
"TODO Face") "TODO Face")
(setq hl-todo-highlight-punctuation ":" (setq hl-todo-highlight-punctuation ":"
hl-todo-color-background t hl-todo-color-background t