Change backgroup highlight of cursor line

This commit is contained in:
Kenneth Benzie 2018-08-24 11:10:45 +01:00
parent 10fd48a703
commit 72dec6009d

View File

@ -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', '', '', '')