branch: externals/modus-themes commit f4cc61f4e9de919bd069225cd1fd5290a4aa5e44 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove deprecated consult-preview-cursor face This was done in commit 267b0c9 of the Consult Git repository. Discussed here: <https://github.com/minad/consult/issues/764#issuecomment-1537491625>. --- modus-themes.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 524d0aa946..0071930f4e 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2060,7 +2060,6 @@ FG and BG are the main colors." `(consult-imenu-prefix ((,c :inherit shadow))) `(consult-line-number ((,c :inherit shadow))) `(consult-line-number-prefix ((,c :inherit shadow))) - `(consult-preview-cursor ((,c :background ,cursor :foreground ,bg-main))) ;;;;; corfu `(corfu-current ((,c :inherit modus-themes-completion-selected))) `(corfu-bar ((,c :background ,fg-dim)))