Update +doom-folded-face colors (for doom-themes update)
This commit is contained in:
parent
bf4dc9d5c5
commit
b8bbda68c9
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@
|
|||
(after! hideshow
|
||||
(defface +doom-folded-face
|
||||
`((((background dark))
|
||||
(:inherit font-lock-comment-face :background ,(doom-color 'black)))
|
||||
(:inherit font-lock-comment-face :background ,(doom-color 'base0)))
|
||||
(((background light))
|
||||
(:inherit font-lock-comment-face :background ,(doom-color 'light-grey))))
|
||||
(:inherit font-lock-comment-face :background ,(doom-color 'base3))))
|
||||
"Face to hightlight `hideshow' overlays."
|
||||
:group 'doom)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue