Add color for replace state
This commit is contained in:
parent
b7205ebd49
commit
bd5946fd0e
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@
|
|||
(defvar spacemacs-evil-cursor-colors '((normal . "DarkGoldenrod2")
|
||||
(insert . "chartreuse3")
|
||||
(emacs . "SkyBlue2")
|
||||
(replace . "chocolate")
|
||||
(evilified . "LightGoldenrod3")
|
||||
(visual . "gray")
|
||||
(motion . "plum3")
|
||||
|
|
Reference in a new issue