Fix nobreak character faces

This commit is contained in:
Jessie Hildebrandt 2022-12-22 01:53:54 -05:00
parent dc15f114d8
commit 5e99b93b1e

View File

@ -166,7 +166,8 @@
`(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))))
`(nobreak-space ((,class (:inherit 'default :underline t))))
`(nobreak-hyphen ((,class (:inherit 'nobreak-space))))
`(vertical-border ((,class (:background ,bg-alt :foreground ,bg-alt))))
`(link ((,class (:foreground ,blue :underline t :weight bold))))
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))