Fix nobreak character faces
This commit is contained in:
parent
dc15f114d8
commit
5e99b93b1e
@ -166,7 +166,8 @@
|
|||||||
`(fill-column-indicator ((,class (:foreground ,base-3))))
|
`(fill-column-indicator ((,class (:foreground ,base-3))))
|
||||||
`(match ((,class (:background ,base-0 :foreground ,green :weight bold))))
|
`(match ((,class (:background ,base-0 :foreground ,green :weight bold))))
|
||||||
`(trailing-whitespace ((,class (:background ,red))))
|
`(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))))
|
`(vertical-border ((,class (:background ,bg-alt :foreground ,bg-alt))))
|
||||||
`(link ((,class (:foreground ,blue :underline t :weight bold))))
|
`(link ((,class (:foreground ,blue :underline t :weight bold))))
|
||||||
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))
|
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))
|
||||||
|
Loading…
Reference in New Issue
Block a user