Alex Corre
Alex Corre
if the owner @akonwi is interested I'd be happy to talk. It seems he is no longer supporting it though...is someone going to take over ownership?
@akonwi I'm in the middle of rewriting my plugin to work more natively with atoms gutter, so once that change is done then we can talk about a potential merge.
this is something that can happen. unfortunately I've let this repo go a bit stale for now...so let me resolve current issues with atom 0.190.0 and revisit this afterward.
@till-varoquaux happy to entertain a PR for this change. Can follow #112 lead.
I was thinking of doing something like this at some point but never quite figured out how it should work. This issue can be a discussion on how to best...
thanks for the PR. I like the feature, though allowing people to add their own command line args could lead to errors due to invalid args. I dont currently have...
Looks like you're on Windows? All other plugins are working fine?
thanks @miguelcg i like this feature. I'd be happy to accept a pull request where this is an configurable option instead of the default commit color differentiation
yes. right now the default logic is to make adjacent commits alternate dark / light regardless of author. its very subtle.  relevant code here: https://github.com/alexcorre/git-blame/blob/master/lib/util/BlameGutter.js#L106-L117
not in love with the colors, can we grab some colors from the theme? i think there is a way to use color vars that are set by the theme?...