Add support for rectangle-preview face

This commit is contained in:
Protesilaos Stavrou 2022-08-16 09:36:50 +03:00
parent aff94001c0
commit 61b9480289
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -101,6 +101,7 @@ When called from Lisp, THEME is a symbol."
`(link ((,c :foreground ,link :underline ,border)))
`(link-visited ((,c :foreground ,link-alt :underline ,border)))
`(pgtk-im-0 ((,c :inherit secondary-selection)))
`(rectangle-preview ((,c :inherit secondary-selection)))
`(shadow ((,c :foreground ,fg-dim)))
`(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense)))
`(tooltip ((,c :background ,bg-active :foreground ,fg-intense)))