mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom: make +doom-folded-face more subtle
This commit is contained in:
@ -45,7 +45,8 @@
|
||||
|
||||
(defface +doom-folded-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."
|
||||
:group 'doom)
|
||||
|
||||
|
Reference in New Issue
Block a user