dylanaraps / wal.vim

🎨 A vim colorscheme for use with wal
MIT License
220 stars 41 forks source link

Splits are hard to see #19

Open jonascarpay opened 4 years ago

jonascarpay commented 4 years ago

Similar to #13. It can be hard to see splits, as shown in the picture below. Is there an easy fix for this?

2019-11-24_15-02

bradwood commented 4 years ago

Having exactly the same issue? Any way to fix?

kyokeunpark commented 4 years ago

I made a PR for it, but essentially two attributes that you should look out for is "StatusLine" and "StatusLineNC".

bradwood commented 4 years ago

HI @kyokeunpark -- thanks for your work on this. Unfortunately, for me, it has no effect. I use https://github.com/itchyny/lightline.vim -- it may be conflicting with this :/

kyokeunpark commented 4 years ago

Hi, it looks like your issue is just dependent on the lightline theme. I played around with the lightline theme for pywal and here's what I got.

It looks like this to me: 1586800427_04_13

Let me know if it works for you as well.

bradwood commented 4 years ago

Thanks again @kyokeunpark..

I get this

image

As a side effect, it doesn't seem to follow all of wal's colors either, but it does show splits a lot better...

kyokeunpark commented 4 years ago

Ah! Could you try using the wal.vim file from #26 ?

Also that theme is default lightline theme, which happens to have visible splits

bradwood commented 4 years ago

I get the same error message... THis file looks a bit weird though:

is it this one: https://raw.githubusercontent.com/dylanaraps/wal.vim/f86eaff55b9cb8d618f9575f75402e16b75fc8ae/colors/wal.vim

kyokeunpark commented 4 years ago

Yes, that does seem to be the one I was referring to. But, I should clarify that that's the vim colorscheme, not lightline. Sorry, I should've clarified that.