Rush / Font-Awesome-SVG-PNG

Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator
MIT License
3.22k stars 1.67k forks source link

Use custom Hex colors? #38

Closed funkenstrahlen closed 8 years ago

funkenstrahlen commented 8 years ago

Is there any way I can use a custom hex color instead of the predefined javascript color set?

funkenstrahlen commented 8 years ago

Managed to solve it myself. Just had to put the color as Hex:

font-awesome-svg-png --color "#0370E9" --svg --no-png --dest blue

rinogo commented 7 years ago

This should be in README.md.

tobiasmuehl commented 5 years ago

Note the required double quotes, hash sign and uppercase letters

Rush commented 5 years ago

Could you send a PR with a Readme improvement? Thanks