branch: externals/ef-themes
commit 25f68177271283edddfdc9b15d56b845bb0b9342
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for corfu-candidate-overlay
---
 README.org   | 1 +
 ef-themes.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index c8fb0c8ac2..ba5e028e71 100644
--- a/README.org
+++ b/README.org
@@ -1297,6 +1297,7 @@ everything most users need.
 - completions
 - consult
 - corfu
+- corfu-candidate-overlay [Part of {{{development-version}}}]
 - csv-mode
 - custom (=M-x customize=)
 - dashboard
diff --git a/ef-themes.el b/ef-themes.el
index 4982bbbc4a..9eb2e6a156 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1154,6 +1154,8 @@ text should not be underlined as well) yet still blend 
in."
     `(corfu-bar ((,c :background ,fg-main)))
     `(corfu-border ((,c :background ,bg-active)))
     `(corfu-default ((,c :background ,bg-inactive)))
+;;;;; corfu-candidate-overlay
+    `(corfu-candidate-overlay-face ((t :inherit shadow)))
 ;;;; corfu-quick
     `(corfu-quick1 ((,c :inherit bold :background ,bg-char-0)))
     `(corfu-quick2 ((,c :inherit bold :background ,bg-char-1)))

Reply via email to