branch: externals/modus-themes
commit ad36c88feb6c1b95ef8473ba1fce10c32ee4041f
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for corfu-candidate-overlay
    
    Thanks to Nicolas Semrau for mentioning this package.  It was done in
    issue 89 on the GitHub mirror:
    <https://github.com/protesilaos/modus-themes/issues/89>.
---
 doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  1 +
 modus-themes.el       |  2 ++
 3 files changed, 45 insertions(+), 41 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 4128af51a9..f9bfc9670c 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -3960,6 +3960,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • completions
    • consult
    • corfu
+   • corfu-candidate-overlay [Part of 4.3.0-dev]
    • corfu-quick
    • counsel*
    • cperl-mode
@@ -6224,47 +6225,47 @@ Node: Custom hl-todo colors160552
 Node: Add support for solaire-mode162090
 Node: Face coverage165001
 Node: Supported packages165453
-Node: Indirectly covered packages170995
-Node: Notes on individual packages172364
-Node: Note on calendarel weekday and weekend colors173464
-Node: Note on git-gutter in Doom Emacs174612
-Node: Note on php-mode multiline comments176953
-Node: Note on underlines in compilation buffers177706
-Node: Note on inline Latex in Org buffers178543
-Node: Note on dimmerel179153
-Node: Note on display-fill-column-indicator-mode180638
-Node: Note on highlight-parenthesesel182037
-Node: Note on mmm-modeel background colors188015
-Node: Note for prism190315
-Node: Note on company-mode overlay pop-up193483
-Ref: Note on company-mode overlay pop-up-Footnote-1194213
-Ref: Note on company-mode overlay pop-up-Footnote-2194280
-Node: Note on ERC escaped color sequences194335
-Ref: Note on ERC escaped color sequences-Footnote-1195763
-Node: Note on powerline or spaceline195873
-Node: Note on SHR colors196287
-Node: Note on SHR fonts196711
-Node: Note on Ement colors and fonts197356
-Node: Note on pdf-tools link hints198866
-Node: Note on the Notmuch logo201326
-Node: Note on goto-address-mode faces201864
-Node: Frequently Asked Questions202982
-Node: Is the contrast ratio about adjacent colors?203613
-Node: What does it mean to avoid exaggerations?205120
-Node: Why are colors mostly variants of blue magenta cyan?206970
-Node: What is the best setup for legibility?211276
-Node: Are these color schemes?213921
-Node: Port the Modus themes to other platforms?217603
-Node: Contributing220447
-Node: Sources of the themes220844
-Node: Issues you can help with221738
-Node: Patches require copyright assignment to the FSF223129
-Node: Acknowledgements225349
-Node: GNU Free Documentation License229470
-Node: Indices254834
-Node: Function index255013
-Node: Variable index256196
-Node: Concept index258652
+Node: Indirectly covered packages171046
+Node: Notes on individual packages172415
+Node: Note on calendarel weekday and weekend colors173515
+Node: Note on git-gutter in Doom Emacs174663
+Node: Note on php-mode multiline comments177004
+Node: Note on underlines in compilation buffers177757
+Node: Note on inline Latex in Org buffers178594
+Node: Note on dimmerel179204
+Node: Note on display-fill-column-indicator-mode180689
+Node: Note on highlight-parenthesesel182088
+Node: Note on mmm-modeel background colors188066
+Node: Note for prism190366
+Node: Note on company-mode overlay pop-up193534
+Ref: Note on company-mode overlay pop-up-Footnote-1194264
+Ref: Note on company-mode overlay pop-up-Footnote-2194331
+Node: Note on ERC escaped color sequences194386
+Ref: Note on ERC escaped color sequences-Footnote-1195814
+Node: Note on powerline or spaceline195924
+Node: Note on SHR colors196338
+Node: Note on SHR fonts196762
+Node: Note on Ement colors and fonts197407
+Node: Note on pdf-tools link hints198917
+Node: Note on the Notmuch logo201377
+Node: Note on goto-address-mode faces201915
+Node: Frequently Asked Questions203033
+Node: Is the contrast ratio about adjacent colors?203664
+Node: What does it mean to avoid exaggerations?205171
+Node: Why are colors mostly variants of blue magenta cyan?207021
+Node: What is the best setup for legibility?211327
+Node: Are these color schemes?213972
+Node: Port the Modus themes to other platforms?217654
+Node: Contributing220498
+Node: Sources of the themes220895
+Node: Issues you can help with221789
+Node: Patches require copyright assignment to the FSF223180
+Node: Acknowledgements225400
+Node: GNU Free Documentation License229521
+Node: Indices254885
+Node: Function index255064
+Node: Variable index256247
+Node: Concept index258703
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 13d59f11e0..26598d4f57 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -3871,6 +3871,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + completions
 + consult
 + corfu
++ corfu-candidate-overlay [Part of {{{development-version}}}]
 + corfu-quick
 + counsel*
 + cperl-mode
diff --git a/modus-themes.el b/modus-themes.el
index 2baea21f12..81fb39357a 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2102,6 +2102,8 @@ FG and BG are the main colors."
     `(corfu-bar ((,c :background ,fg-dim)))
     `(corfu-border ((,c :background ,bg-active)))
     `(corfu-default ((,c :background ,bg-dim)))
+;;;;; 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