-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Feature Request
| Q | A |
|---|---|
| New Feature | yes |
| RFC | no |
| BC Break | no |
Summary
As far as I know there is no way to change the label color (left part).
I think it might be a great feature to be able to add a ?label_color=FFFFFF to further customize the badge.
With FFFFFF: the value of the color in hex.
Shields.io support this (See 'styles' on shields.io):

So it would give something like this:
echo $poser->generate('license', 'MIT', 'FFFFFF', '428F7E', 'plastic');
// or
$image = $poser->generate('license', 'MIT', 'FFFFFF', '428F7E', 'plastic');The default color should be the default grey/gray.
antonkomarev and qoomon