From 23d39a51265deaa53ec0577cc7121120093fa723 Mon Sep 17 00:00:00 2001 From: "Yuan B.J" Date: Thu, 9 Oct 2014 16:20:35 +0800 Subject: [PATCH] change versplit thinner --- colors/gotham.vim | 2 +- colors/gotham256.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/gotham.vim b/colors/gotham.vim index ecdb0a4..9c32240 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -140,7 +140,7 @@ call s:Col('NonText', 'base4') call s:Col('Todo', 'magenta', s:background) " The column separating vertical splits. -call s:Col('VertSplit', 'base2', 'base2') +call s:Col('VertSplit', 'base2', s:background) call s:Col('StatusLineNC', 'base4', 'base2') " Matching parenthesis. diff --git a/colors/gotham256.vim b/colors/gotham256.vim index 7cb5457..4462613 100644 --- a/colors/gotham256.vim +++ b/colors/gotham256.vim @@ -140,7 +140,7 @@ call s:Col('NonText', 'base4') call s:Col('Todo', 'magenta', s:background) " The column separating vertical splits. -call s:Col('VertSplit', 'base2', 'base2') +call s:Col('VertSplit', 'base2', s:background) call s:Col('StatusLineNC', 'base4', 'base2') " Matching parenthesis.