From b8bbda68c993584f97d3a8b1c79e8564b4d0eec3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 7 Jun 2017 20:48:08 +0200 Subject: [PATCH] Update +doom-folded-face colors (for doom-themes update) --- modules/ui/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 5079c2e2b..193df1f2a 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -89,9 +89,9 @@ (after! hideshow (defface +doom-folded-face `((((background dark)) - (:inherit font-lock-comment-face :background ,(doom-color 'black))) + (:inherit font-lock-comment-face :background ,(doom-color 'base0))) (((background light)) - (:inherit font-lock-comment-face :background ,(doom-color 'light-grey)))) + (:inherit font-lock-comment-face :background ,(doom-color 'base3)))) "Face to hightlight `hideshow' overlays." :group 'doom)