branch: externals/ef-themes commit 5c9f11f616821bd56cf92caf5b1f975a68722580 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the 'completions-highlight' face (Emacs 29) --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 1ab44becb2..efb92dd649 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1113,6 +1113,7 @@ text should not be underlined as well) yet still blend in." `(completions-common-part ((,c :inherit bold :foreground ,accent-0))) `(completions-first-difference ((,c :inherit bold :foreground ,accent-1))) `(completions-group-title ((,c :inherit bold :foreground ,name))) + `(completions-highlight ((,c :background ,bg-completion))) ;;;; consult `(consult-async-split ((,c :inherit warning))) `(consult-file ((,c :foreground ,name)))