From d69d5de55d6070659b789580990344eca270963b Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 15 Sep 2021 16:48:15 +0200 Subject: [PATCH] Fix "TODO" face --- files/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/init.el b/files/init.el index 286d8ed..1253b92 100644 --- a/files/init.el +++ b/files/init.el @@ -643,7 +643,7 @@ (prog-mode . hl-todo-mode) :config (defface hl-todo-TODO - '((t :background "#cc241d" :inherit (hl-todo))) + '((t :background "#cc241d" :foreground "#ffffff")) "TODO Face") (setq hl-todo-highlight-punctuation ":" hl-todo-color-background t