Add face definition for fill-column-indicator

This commit is contained in:
Jessie Hildebrandt 2022-12-20 17:32:50 -05:00
parent a5928d89a9
commit e015cb91b2

View File

@ -164,6 +164,7 @@
`(tooltip ((,class (:background ,base-3 :foreground ,fg))))
`(secondary-selection ((,class (:background ,gray))))
`(lazy-highlight ((,class (:background ,dark-blue :foreground ,base-8 :distant-foreground ,base-0 :weight bold))))
`(fill-column-indicator ((,class (:foreground ,base-3))))
`(match ((,class (:background ,base-0 :foreground ,green :weight bold))))
`(trailing-whitespace ((,class (:background ,red))))
`(nobreak-space ((,class (:inherit 'default :underline nil))))