Update +doom-folded-face colors (for doom-themes update)

This commit is contained in:
Henrik Lissner 2017-06-07 20:48:08 +02:00
parent bf4dc9d5c5
commit b8bbda68c9

View File

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