diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-08-21 10:01:09 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-08-21 10:01:09 +0300 |
| commit | 25f68177271283edddfdc9b15d56b845bb0b9342 (patch) | |
| tree | 7bb31c1b2c04755a00a52b78d7bb25126b81195e | |
| parent | 86b92a5567800c50ea316d97846df138f34a3307 (diff) | |
Add support for corfu-candidate-overlay
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | ef-themes.el | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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))) |
