himynameisdave / git-labelmaker

:flags: Manage your GitHub labels from the command line!
MIT License
574 stars 33 forks source link

Allow plain word colors #60

Open himynameisdave opened 8 years ago

himynameisdave commented 8 years ago

I'd like to map each web color to it's hex value, that way users can specify a color using a simple word instead of a hex or rgb value

Jameskmonger commented 8 years ago

This could be quite an easy fix, @himynameisdave.

Take a look at the npm module color-name. You can see a demo on tonic.

himynameisdave commented 8 years ago

@Jameskmonger thanks, I figured someone must have made a module for this so I'm glad you found it :+1: :tada: