Fix highlight face color

This commit is contained in:
Jessie Hildebrandt 2022-12-22 03:50:01 -05:00
parent 45b2801484
commit e4a0b8d5a9

View File

@ -156,7 +156,7 @@
`(success ((,class (:foreground ,green))))
`(fringe ((,class (:inherit default :foreground ,base-4))))
`(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg))))
`(highlight ((,class (:background ,orange :foreground ,base-0 :distant-foreground ,base-8))))
`(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8))))
`(lazy-highlight ((,class (:inherit highlight))))
`(cursor ((,class (:background ,fg))))
`(shadow ((,class (:foreground ,base-5))))