branch: externals/standard-themes
commit d237bc1c5c3048ee73e410dd82e2c6ad559e92f3
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>.
---
 standard-themes.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index fa60e1781f..9e938df4d6 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1113,7 +1113,6 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(consult-key ((,c :inherit standard-themes-key-binding)))
     `(consult-imenu-prefix ((,c :inherit shadow)))
     `(consult-line-number ((,c :inherit shadow)))
-    `(consult-preview-cursor ((,c :background ,cursor :foreground ,bg-main)))
     `(consult-separator ((,c :foreground ,border)))
 ;;;; corfu
     `(corfu-current ((,c :background ,bg-completion)))

Reply via email to