KeitaNakamura / neodark.vim

A dark color scheme for vim
410 stars 34 forks source link

Change VertSplit to match StatusLineNc. #3

Closed mattsoutherden closed 7 years ago

mattsoutherden commented 7 years ago

For consistency in split layouts.

Before:

before

After:

after

KeitaNakamura commented 7 years ago

In my case, I can see the broken line that separates the windows as you can see in figure. I'm not sure why you could not see this line.

screenshot 2017-03-09 02 03 47
mattsoutherden commented 7 years ago

Ah! I have fillchars set. Sorry.

If using the pipe characters is your preference, feel free to close the PR. :)

BTW. I really love this theme. Thanks. 👍

mattsoutherden commented 7 years ago

...or if you like this vert split option, I can alter the PR to set the FG and BG to the same colour for vertsplit to give the same look.

KeitaNakamura commented 7 years ago

I prefer the pipe characters, but it's also fine to add the option for block-type vertsplit. I feel free to merge your PR. Thank you.

mattsoutherden commented 7 years ago

Cool. I'll alter the PR to add it as a configurable option then. :)

KeitaNakamura commented 7 years ago

Okey. Thank you. :) I'll close this PR.