mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update +doom-folded-face colors (for doom-themes update)
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user