ui/doom: polish +doom-folded-face definition
This commit is contained in:
parent
015377804c
commit
914a787d5f
1 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,10 @@
|
||||||
:background (face-background 'doom-hl-line))
|
:background (face-background 'doom-hl-line))
|
||||||
|
|
||||||
(defface +doom-folded-face
|
(defface +doom-folded-face
|
||||||
`((t (:inherit font-lock-comment-face
|
`((((background dark))
|
||||||
:background ,(face-background 'doom-default)
|
(:inherit font-lock-comment-face :background ,(doom-color 'black)))
|
||||||
:foreground ,(face-foreground 'font-lock-comment-face))))
|
(((background light))
|
||||||
|
(:inherit font-lock-comment-face :background ,(doom-color 'light-grey))))
|
||||||
"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