From c18847c69651c5210889159162d8d6f8b25f901d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 12 Apr 2017 08:54:40 -0400 Subject: [PATCH] ui/doom: make +doom-folded-face more subtle --- modules/ui/doom/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)