diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index d5128f976..de4e2e0c9 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -45,7 +45,8 @@ (defface +doom-folded-face `((t (:inherit font-lock-comment-face - :background ,(face-background 'default)))) + :background ,(face-background 'doom-default) + :foreground ,(face-foreground 'font-lock-comment-face)))) "Face to hightlight `hideshow' overlays." :group 'doom)