From af6063e315508fcec5b2032dcfe7ce63386580ae Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 6 Oct 2016 17:21:59 +0200 Subject: [PATCH] evil-default-cursor => 'cursor face, evil-emacs-state-cursor => 'warning --- core/core-evil.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-evil.el b/core/core-evil.el index 9d01e5725..5e6bcc447 100644 --- a/core/core-evil.el +++ b/core/core-evil.el @@ -21,10 +21,10 @@ evil-motion-state-tag "M" evil-replace-state-tag "R" - ;; Color-coded state cursors - evil-default-cursor (face-attribute 'minibuffer-prompt :foreground nil t) + ;; Set cursor colors + evil-default-cursor (face-attribute 'cursor :background nil t) evil-normal-state-cursor 'box - evil-emacs-state-cursor `(,(face-attribute 'shadow :foreground nil nil) box) + evil-emacs-state-cursor `(,(face-attribute 'warning :foreground nil nil) box) evil-insert-state-cursor 'bar evil-visual-state-cursor 'hollow)