branch: externals/standard-themes commit 88ecba1eed29f800138e675b2c8ebf488e571337 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the 'completions-highlight' face (Emacs 29) --- standard-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/standard-themes.el b/standard-themes.el index 4737b7f740..d694bcc18a 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1032,6 +1032,7 @@ Optional prefix argument MAPPINGS has the same meaning as for `(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-key ((,c :inherit standard-themes-key-binding)))