Set vim cursor color in fresh colorscheme
This commit is contained in:
parent
d5da100ded
commit
284876a514
@ -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", "", "", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user