vim / colorschemes

colorschemes for Vim
279 stars 23 forks source link

torte.vim: Adjust Folded colors #136

Closed KnoP-01 closed 2 years ago

KnoP-01 commented 2 years ago

The Folded color of murphy appear to be adjusted, but the Folded color of torte.vim is still the same magenta on gray which murphy had and does not blend in well.

Before this commit: 20220216_1723-Window

After this commit: 20220216_1725-Window

habamax commented 2 years ago

Pics looks good, will check it later.

BTW, what happened to the output of colortemplate, the actual colorscheme source has some strange indentation?

KnoP-01 commented 2 years ago

The indentation got lost after :Colortemplate! I didn't touch torte.vim otherwise.

I'm on windows if that's relevant.

romainl commented 2 years ago

I think it has been like that since a couple of commits on colortemplate, @habamax

lifepillar commented 2 years ago

That's strange, because indentation (essentially, gg=G) is applied after generating the code. Can you please open an issue, possible with a small example to reproduce it?

habamax commented 2 years ago

I think it has been like that since a couple of commits on colortemplate, @habamax

I have never seen this with both my colortemplate installations.

habamax commented 2 years ago

Anyway I will fix indentation with my colortemplate output :)

habamax commented 2 years ago

There is an issue (not relevant to this PR, but still) with QuickFixLine and IncSearch:

image

habamax commented 2 years ago

IncSearch vs QuickfixLine is fixed in master:

image

habamax commented 2 years ago

@KnoP-01 Welcome to the team :)

romainl commented 2 years ago

Hmm… I may have said bullshit regarding the indentation. I just built a template with the latest colortemplate and it is fine.

KnoP-01 commented 2 years ago

@KnoP-01 Welcome to the team :)

Thanks. Will look deeper into things when there is time. Beside job and family ;)