rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.98k stars 196 forks source link

Wrong VertSplit after PR #58 #115

Open alvarosainzpardo opened 3 years ago

alvarosainzpardo commented 3 years ago

Thank you for your excellent vim colorscheme, that I use for several years.

IMHO, after PR #58 VertSplit color is worse than before, now the vertical line of the VertSplit is hidden because foreground is the same than background. I prefer the previous version and in my local vim I have undone the changes of that PR.

ilya40umov commented 3 years ago

:heavy_plus_sign: I had to add autocmd! ColorScheme * hi VertSplit ctermbg=59 to my .vimrc to be able to see the vertical split.