branch: externals/ef-themes
commit 61b948028969b4e1dfc99a9a4e3c9bb1ea745f9a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for rectangle-preview face
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index 790f6431d7..5a7285fa08 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -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)))