branch: externals/standard-themes commit e9efaff5c88031702b920beebf2d7f2852844d9e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for corfu-candidate-overlay --- README.org | 1 + standard-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.org b/README.org index b8c5a0577d..2445ed4858 100644 --- a/README.org +++ b/README.org @@ -1167,6 +1167,7 @@ everything most users need. - completions - consult - corfu +- corfu-candidate-overlay [Part of {{{development-version}}}] - custom (=M-x customize=) - denote - dictionary diff --git a/standard-themes.el b/standard-themes.el index d526f4702d..b6f666fc26 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1119,6 +1119,8 @@ Optional prefix argument MAPPINGS has the same meaning as for `(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))) ;;;; custom (M-x customize) `(custom-button ((,c :box (:line-width 2 :style released-button) :background ,bg-active :foreground ,fg-main))) `(custom-button-mouse ((,c :inherit (highlight custom-button))))