evil-default-cursor => 'cursor face, evil-emacs-state-cursor => 'warning
This commit is contained in:
parent
e8375dec17
commit
af6063e315
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue