aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-09-23 12:44:32 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2025-09-23 12:44:32 +0300
commit6077b7c1296b4a4cea5c99dbc43f0838026a2036 (patch)
tree25f57511cd21bacd57beabb9fb108f370ce2ca66
parent47a6eb1f4cbe0f39f8a00856ba348027571d7415 (diff)
Add support for minibuffer-nonselected (Emacs 31)
-rw-r--r--ef-themes.el1
1 files changed, 1 insertions, 0 deletions
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)))