diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 053ed049f..3f8561302 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -62,11 +62,7 @@ (after! hideshow - (defface +doom-folded-face - `((((background dark)) - (:inherit font-lock-comment-face :background ,(doom-color 'base0) :weight light)) - (((background light)) - (:inherit font-lock-comment-face :background ,(doom-color 'base3) :weight light))) + (defface +doom-folded-face `((t (:inherit font-lock-comment-face :weight light))) "Face to hightlight `hideshow' overlays." :group 'doom-themes)