diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 11e19cf0c..084b583e1 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -39,9 +39,9 @@ (after! hideshow (defface +doom-folded-face `((((background dark)) - (:inherit font-lock-comment-face :background ,(doom-color 'base0))) + (:inherit font-lock-comment-face :background ,(doom-color 'base0) :weight light)) (((background light)) - (:inherit font-lock-comment-face :background ,(doom-color 'base3)))) + (:inherit font-lock-comment-face :background ,(doom-color 'base3) :weight light))) "Face to hightlight `hideshow' overlays." :group 'doom-themes)