mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
ui/doom: make +doom-folded-face more subtle
This commit is contained in:
@ -45,7 +45,8 @@
|
|||||||
|
|
||||||
(defface +doom-folded-face
|
(defface +doom-folded-face
|
||||||
`((t (:inherit font-lock-comment-face
|
`((t (:inherit font-lock-comment-face
|
||||||
:background ,(face-background 'default))))
|
:background ,(face-background 'doom-default)
|
||||||
|
:foreground ,(face-foreground 'font-lock-comment-face))))
|
||||||
"Face to hightlight `hideshow' overlays."
|
"Face to hightlight `hideshow' overlays."
|
||||||
:group 'doom)
|
:group 'doom)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user