mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom: use ':weight light' in +doom-folded-face
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user