mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
change versplit thinner
This commit is contained in:
parent
6826554c3a
commit
23d39a5126
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue