Results 48 comments of David Merfield

Hi @jaapaurelio, thanks for trying it out. Accents seem to render fine on my system. What version of OSX are you using? ![image](https://cloud.githubusercontent.com/assets/747928/6994260/3d51c582-dac7-11e4-97ce-0d71a0d8fa8e.png)

Are these all using `luminosity: 'dark'`? Would you mind sharing your usage of the library, e.g. ```js randomColor({ count: 6, luminosity: 'dark' }); ```

And also for this: ``` AAA'... ```

Noted! Will get to this eventually

@louwers What about [Blot's git client](https://blot.im/how/sync/git)? If there's another service/protocol/method you'd like, I'm willing to consider working on adding it. The code [responsible for folder syncing is 'extensible'](https://github.com/davidmerfield/Blot/tree/master/app/clients)

@rmateu Great, I've added you to the list

@aewhite77 Excellent, please [send us an email](https://blot.im/contact) and I'll add you to the list to be notified

I don't plan to add this feature since it's confusing in a few common situations. What if the last character(s) was already struck out? What if the last character was...

Hello @Deilan, some of the luminosity values conflict, e.g. 'bright' and 'light' [don't have overlapping S-value ranges](https://github.com/davidmerfield/randomColor/blob/bc97659325d27afa91b14d23d6be2615ea51e4da/randomColor.js#L126 ) I'm more sympathetic to the idea of multiple hue values. This seems...

This is definitely a bug – I don't have an immediate hunch as to the source of the issue but I will fix this!