mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: simplify +doom-folded-face (now set in doom-themes)
This commit is contained in:
@ -62,11 +62,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(after! hideshow
|
(after! hideshow
|
||||||
(defface +doom-folded-face
|
(defface +doom-folded-face `((t (:inherit font-lock-comment-face :weight light)))
|
||||||
`((((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)))
|
|
||||||
"Face to hightlight `hideshow' overlays."
|
"Face to hightlight `hideshow' overlays."
|
||||||
:group 'doom-themes)
|
:group 'doom-themes)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user