vertical split gone

This commit is contained in:
ManjaroOne666 2018-06-09 21:35:27 +01:00
parent 016de5e7db
commit 9ad95bdadb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ call SetColor('DiffDelete', '#333333', '#200000', '', '#ddcccc',
call SetColor('DiffText', '#cccccc', '#101010', '', '#A9CCD6', '')
call SetColor('EndOfBuffer', '#121212', '', '#bbbbbb', '', '')
call SetColor('ErrorMsg', '#ff0000', '', '#222222', '#ffaaaa', 'bold')
call SetColor('VertSplit', '#090909', '#090909', g:ui_l_bg, g:ui_l_bg, '')
call SetColor('VertSplit', '#090909', '#090909', g:l_normal_bg, g:l_normal_bg, '')
call SetColor('Folded', '#666666', '', '#999999', '', 'bold')
call SetColor('FoldColumn', '#262626', '#111111', '#a6a6a6', g:ui_l_bg, '')
call SetColor('SignColumn', '#eeeeee', '', '#555555', '', '')