MichaelCurrin / badge-generator

Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
https://michaelcurrin.github.io/badge-generator/
MIT License
379 stars 110 forks source link

Add useful params #28

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Darker background and deeper blue and flat. Also look into long cache

colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=github
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Link%20Checker-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=github)](https://github.com/marketplace/actions/link-checker)

GitHub Marketplace

Standard:

GitHub Marketplace

MichaelCurrin commented 3 years ago

Colors

colorA=24292e&colorB=0366d6

Caching (what is the default, what is the time?)

longCache=true

MichaelCurrin commented 3 years ago

The blue gets ignored in the example so maybe just make it param-based instead of dash-based