Set vim cursor color in fresh colorscheme

This commit is contained in:
Kenneth Benzie 2015-02-25 11:00:05 +00:00
parent d5da100ded
commit 284876a514

View File

@ -92,7 +92,7 @@ if has("gui_running") || &t_Co == 256
"" Highlight Groups {{{ "" Highlight Groups {{{
call s:hi("ColorColumn", "", "", "") call s:hi("ColorColumn", "", "", "")
call s:hi("Conceal", "", "", "") call s:hi("Conceal", "", "", "")
call s:hi("Cursor", "", "", "") call s:hi("Cursor", "", "", "reverse")
call s:hi("CursorIM", "", "", "") call s:hi("CursorIM", "", "", "")
call s:hi("CursorColumn", "235", "", "") call s:hi("CursorColumn", "235", "", "")
call s:hi("CursorLine", "", "", "") call s:hi("CursorLine", "", "", "")