Add glyph character faces

This commit is contained in:
Jessie Hildebrandt 2022-12-22 01:54:06 -05:00
parent 5e99b93b1e
commit 329aff8a0d

View File

@ -171,6 +171,8 @@
`(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))))
`(escape-glyph ((,class (:foreground ,pink))))
`(homoglyph ((,class (:inherit 'escape-glyph))))
`(widget-single-line-field ((,class :background ,base-5)))
`(widget-field ((,class (:inherit 'widget-single-line-field :extend t))))