ui/doom: simplify +doom-folded-face (now set in doom-themes)

This commit is contained in:
Henrik Lissner 2018-05-14 00:17:49 +02:00
parent 72465fd5a0
commit 0b8f884d18
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)