ui/doom: use ':weight light' in +doom-folded-face

This commit is contained in:
Henrik Lissner 2018-03-18 03:36:36 -04:00
parent 1b5758a6da
commit 3f85c76a2c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -39,9 +39,9 @@
(after! hideshow
(defface +doom-folded-face
`((((background dark))
(:inherit font-lock-comment-face :background ,(doom-color 'base0)))
(:inherit font-lock-comment-face :background ,(doom-color 'base0) :weight light))
(((background light))
(:inherit font-lock-comment-face :background ,(doom-color 'base3))))
(:inherit font-lock-comment-face :background ,(doom-color 'base3) :weight light)))
"Face to hightlight `hideshow' overlays."
:group 'doom-themes)