ui/doom: make +doom-folded-face more subtle
This commit is contained in:
parent
6e6f1a6698
commit
c18847c696
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue