Cédric Néhémie
Cédric Néhémie
That's an interesting suggestion, I'm not sure how easy it'll be to assert that a color is *similar* to another color but in the worst case scenario we can make...
Just catching up with all the new issues, sorry. In which context do you want to have hex value in uppercase? I mean, are you thinking of a display feature...
Hi there, I may have missed one scenario, I'm not sure how I can simulate this post-install scenario but I'll see what I can do.
Hi @i5ar, did you took a look at the [extending pigments documentation](https://github.com/abe33/atom-pigments/blob/master/docs/extending-pigments.md#adding-color-expressions)? It's not really through a setting but by putting this into your init script (or by bundling it...
Hi there, do you have an idea of what kind of criteria would be used to check for similarities? I mean distance is not a clear criteria when it comes...
That might be a bit tricky to implement. I was initially reluctant with that because there's so many ways to access data in a sass map making highlighting uses of...
I think I had tried to parse directly the theme's sources at one point but I don't remember why I dropped that. I'll have to dig the commit history to...
Hi @WarButter, yeah you're totally right, the wording is quite confusing, initially I just borrowed it from the atom config, but it appears it have been renamed as `excludeVcsIgnoredPaths`. Do...
Hi @lovebdsobuj, Thank you for the suggestion, but I'm not sure to understand what you mean by that. Could you elaborate a bit or point me to some resources that...
Hi @pkirkovsky > Is this a known limitation or am I doing something wrong? You're not doing something wrong, the issue is that find and replace only works with text...