Change backgroup highlight of cursor line
This commit is contained in:
parent
10fd48a703
commit
72dec6009d
@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Cursor', '', '', 'reverse')
|
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', '', '233', '')
|
call s:hi('CursorLine', '', '0', '')
|
||||||
call s:hi('Directory', '', '', '')
|
call s:hi('Directory', '', '', '')
|
||||||
call s:hi('DiffAdd', '2', '', '')
|
call s:hi('DiffAdd', '2', '', '')
|
||||||
call s:hi('DiffChange', '', '', '')
|
call s:hi('DiffChange', '', '', '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user