[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 5c9f11f616: Add support for the 'completions-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 5c9f11f616: Add support for the 'completions-highlight' face (Emacs 29) |
Date: |
Wed, 7 Feb 2024 06:58:09 -0500 (EST) |
branch: externals/ef-themes
commit 5c9f11f616821bd56cf92caf5b1f975a68722580
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ef-themes 5c9f11f616: Add support for the 'completions-highlight' face (Emacs 29),
ELPA Syncer <=