Skip to content

Instantly share code, notes, and snippets.

@bmcbride
Last active October 5, 2016 15:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcbride/6795727 to your computer and use it in GitHub Desktop.
Save bmcbride/6795727 to your computer and use it in GitHub Desktop.
Use ImageMagick to convert black glyphicon icon to light gray color that matches inverted glyphish icon
convert glyphicons_195_circle_info.png -fuzz 100% -fill "rgb(187,187,187)" -opaque black glyphicons_195_circle_info-gray.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment