Undo modus-themes clojure font-locking change

This commit is contained in:
David Morgan 2022-11-29 16:17:16 +00:00
parent db5ca9400c
commit e4a1162816
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@
`(flycheck-fringe-info ((t :foreground "white" :background "RoyalBlue3")))
`(cider-debug-code-overlay-face ((t :background "gray45")))
`(alt-font-lock-keyword-face ((t :foreground "LightSkyBlue" :weight bold)))
`(alt-hl-line-face ((t :underline "gray50" :weight bold))))
`(alt-hl-line-face ((t :underline "gray50" :weight bold)))
;; this is the default, but for some reason modus-themes started overriding it
`(clojure-keyword-face ((t :inherit font-lock-constant-face))))
(setq hl-todo-keyword-faces
'(("TODO" . "red3")