Fix foreground of region face

This commit is contained in:
Jessie Hildebrandt 2023-09-21 15:27:00 -04:00
parent 4792fed63a
commit 1874c379a0

View File

@ -197,7 +197,7 @@
`(warning ((,class (:foreground ,yellow))))
`(success ((,class (:foreground ,green))))
`(fringe ((,class (:inherit default :foreground ,base-4))))
`(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg))))
`(region ((,class (:background ,base-4 :foreground unspecified :distant-foreground ,fg))))
`(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8))))
`(lazy-highlight ((,class (:inherit highlight))))
`(cursor ((,class (:background ,fg))))