emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/standard-themes 88ecba1eed: Add support for the 'comple


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 88ecba1eed: Add support for the 'completions-highlight' face (Emacs 29)
Date: Wed, 7 Feb 2024 06:59:18 -0500 (EST)

branch: externals/standard-themes
commit 88ecba1eed29f800138e675b2c8ebf488e571337
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]