From 284876a51487d47fc2cd4e6be16009d6f274710d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 25 Feb 2015 11:00:05 +0000 Subject: [PATCH] Set vim cursor color in fresh colorscheme --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 4f459b7..8954045 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -92,7 +92,7 @@ if has("gui_running") || &t_Co == 256 "" Highlight Groups {{{ call s:hi("ColorColumn", "", "", "") call s:hi("Conceal", "", "", "") - call s:hi("Cursor", "", "", "") + call s:hi("Cursor", "", "", "reverse") call s:hi("CursorIM", "", "", "") call s:hi("CursorColumn", "235", "", "") call s:hi("CursorLine", "", "", "")