ui/doom: use ':weight light' in +doom-folded-face
This commit is contained in:
parent
1b5758a6da
commit
3f85c76a2c
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@
|
||||||
(after! hideshow
|
(after! hideshow
|
||||||
(defface +doom-folded-face
|
(defface +doom-folded-face
|
||||||
`((((background dark))
|
`((((background dark))
|
||||||
(:inherit font-lock-comment-face :background ,(doom-color 'base0)))
|
(:inherit font-lock-comment-face :background ,(doom-color 'base0) :weight light))
|
||||||
(((background 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."
|
"Face to hightlight `hideshow' overlays."
|
||||||
:group 'doom-themes)
|
:group 'doom-themes)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue