From bd5946fd0ee57f0e9e5f78f48ab83ff5b76766bf Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Sat, 8 Aug 2015 10:45:09 +0200 Subject: [PATCH] Add color for replace state --- spacemacs/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index f288cc721..b093854e2 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -616,6 +616,7 @@ (defvar spacemacs-evil-cursor-colors '((normal . "DarkGoldenrod2") (insert . "chartreuse3") (emacs . "SkyBlue2") + (replace . "chocolate") (evilified . "LightGoldenrod3") (visual . "gray") (motion . "plum3")