diff --git a/.vim/colors/yang.vim b/.vim/colors/yang.vim index 5b7cbd0..c56dbd1 100644 --- a/.vim/colors/yang.vim +++ b/.vim/colors/yang.vim @@ -161,7 +161,7 @@ call s:hi('PmenuThumb', s:palette.gray14, s:palette.gray03, 'none') call s:hi('StatusLine', s:palette.gray03, s:palette.gray13, 'none') call s:hi('StatusLineNC', s:palette.gray13, s:palette.gray15, 'none') call s:hi('WildMenu', s:palette.gray08, [], '') -call s:hi('VertSplit', s:palette.gray13, s:palette.gray13, 'none') +call s:hi('VertSplit', s:palette.gray13, s:palette.white, 'none') call s:hi('DiffAdd', s:palette.white, s:palette.green, '') call s:hi('DiffChange', s:palette.white, s:palette.blue, '') diff --git a/.vim/colors/yin.vim b/.vim/colors/yin.vim index 590c657..147ec6e 100644 --- a/.vim/colors/yin.vim +++ b/.vim/colors/yin.vim @@ -164,7 +164,7 @@ call s:hi('PmenuThumb', s:palette.gray03, s:palette.gray09, 'none') call s:hi('StatusLine', s:palette.gray11, s:palette.gray03, 'none') call s:hi('StatusLineNC', s:palette.gray04, s:palette.gray01, 'none') call s:hi('WildMenu', s:palette.gray08, [], '') -call s:hi('VertSplit', s:palette.gray03, s:palette.gray03, 'none') +call s:hi('VertSplit', s:palette.gray03, s:palette.black, 'none') call s:hi('DiffAdd', s:palette.blackest, s:palette.green, '') call s:hi('DiffChange', s:palette.blackest, s:palette.blue, '')