branch: externals/ef-themes
commit aff94001c030ec81b8a6553fac21da950d050c11
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for PGTK compose key preview
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index d913bfa0ad..790f6431d7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -100,6 +100,7 @@ When called from Lisp, THEME is a symbol."
`(button ((,c :foreground ,link :underline ,border)))
`(link ((,c :foreground ,link :underline ,border)))
`(link-visited ((,c :foreground ,link-alt :underline ,border)))
+ `(pgtk-im-0 ((,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)))