From ec075e03b236411babf24303742ff466bf058b58 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 28 Oct 2015 17:25:57 -0400 Subject: [PATCH] Update cursor colors per evil state --- core/core-evil.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-evil.el b/core/core-evil.el index b7dcd3dc9..761fafcec 100644 --- a/core/core-evil.el +++ b/core/core-evil.el @@ -31,9 +31,9 @@ ;; Color-coded state cursors evil-normal-state-cursor '("white" box) - evil-emacs-state-cursor '("cyan" bar) + evil-emacs-state-cursor '("green" bar) evil-insert-state-cursor '("white" bar) - evil-visual-state-cursor '("white" hollow) + evil-visual-state-cursor '("cyan" hollow) evil-iedit-state-cursor '("orange" box)) (evil-mode 1)