vim-one icon indicating copy to clipboard operation
vim-one copied to clipboard

Wrong VertSplit after PR #58

Open alvarosainzpardo opened this issue 4 years ago • 1 comments

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.

alvarosainzpardo avatar Dec 17 '20 18:12 alvarosainzpardo

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

ilya40umov avatar May 15 '21 22:05 ilya40umov