From 6077b7c1296b4a4cea5c99dbc43f0838026a2036 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 23 Sep 2025 12:44:32 +0300 Subject: Add support for minibuffer-nonselected (Emacs 31) --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 0b5cd79..0ee583d 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -996,6 +996,7 @@ text should not be underlined as well) yet still blend in." `(link ((,c :foreground ,link :underline ,border))) `(link-visited ((,c :foreground ,link-alt :underline ,border))) `(minibuffer-prompt ((,c :foreground ,prompt))) + `(minibuffer-nonselected ((,c :inverse-video t))) `(mm-command-output ((,c :foreground ,mail-part))) `(mm-uu-extract ((,c :foreground ,mail-part))) `(pgtk-im-0 ((,c :inherit secondary-selection))) -- cgit v1.0