aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-08-21 10:01:09 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2023-08-21 10:01:09 +0300
commit25f68177271283edddfdc9b15d56b845bb0b9342 (patch)
tree7bb31c1b2c04755a00a52b78d7bb25126b81195e
parent86b92a5567800c50ea316d97846df138f34a3307 (diff)
Add support for corfu-candidate-overlay
-rw-r--r--README.org1
-rw-r--r--ef-themes.el2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.org b/README.org
index c8fb0c8..ba5e028 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 4982bbb..9eb2e6a 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)))