Cormac Relf

Results 227 comments of Cormac Relf

Have they changed?

1. Don't think the light theme changed. If you're thinking "but gee they look different" try a build of vim and a terminal that supports `set termguicolors`. 2. The dark...

Well that's something specific I can comment on! If you're comparing a particular file between this scheme and GitHub.com, then almost any file will look at least a little different,...

That’s what `hi clear` does, isn’t it? Not sure what went wrong for you.

@gko It should... and it does. Can you reproduce with every other vim setting at its default?

Feel free to tweak it yourself! I don't write C++ these days, but I'd be happy to accept a PR. In general, my next tweaks are probably going to be...

For reference: ![diff](https://user-images.githubusercontent.com/378760/62824463-af9f5000-bbe1-11e9-85bb-7259c49b3846.png) I think GitHub has changed its diff colours so there's now black text everywhere. I recall copying the red-on-red/green-on-green pairings from the intra-line diff highlight.

This is a bug on the sense that the fallback should be readable. But you should probably find a terminal+environment+configuration that supports termguicolors. The scheme will look way better.

With tmux, you should be setting TERM and some vim settings differently. I think I check against TERM in vim before flipping switches. Totally possible to have termguicolors within tmux...

I don't use airline anymore and I may have forgotten to update it. If anyone wants to fix the airline colours that'd be cool. But it will be in the...