-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve gruvbox with C code #34
Conversation
I've rebased it on the latest changes in master ... |
Once again it's not the something I would like to have in my default setup, though that sounds like it could be a nice option. Just gimmie a little bit of time to put my hands on. |
Ok, so I should make it possible to set a config option to get this behaviour? |
Ping! |
Here is a new version with options ... |
Signed-off-by: Andreas Schneider <[email protected]>
Signed-off-by: Andreas Schneider <[email protected]>
I must say sorry for a long hiatus on this issue, and I'm very grateful that you did it yourself. Merged. |
Could you please post the screenshots here? The links are broken. |
The image links are dead, unfortunately. (Arrived here via Wiki https://github.com/morhetz/gruvbox/wiki/Configuration ). Thanks for everyone's work! |
Can we get some images of what this is supposed to do? I set |
Here: https://xor.cryptomilk.org/pics/gruvbox_strings.png
|
@cryptomilk Thanks, so it adds the background? Still not clear on what "improved" means. |
Improved readability ;-) |
I still don't know what this does. You are saying why it does what it does, not what it does. Does it add the background? A before/after screenshot pair would be ideal |
Improvement changes strings in quotes color(green) to normal color |
I've noticed this too. I've opted to not use this feature because of that. |
Same ^ Having a not-coloured string actually didn't help readability for me |
Hi,
here are two small improvements. The first makes it easier to identify strings and the second displays compile errors/warnings more prominent. See the two pictures below:
gruvbox string improvement -> http://min.us/i/WV09c3thkZ1A
gruvbox error improvement ->http://minus.com/i/bpBizN0WkXLOJ
-- asn