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.
Original: antonkomarev/github-profile-views-counter #40.
Feature Request
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=FFFFFFto 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:
The default color should be the default grey/gray.
Original: antonkomarev/github-profile-views-counter #40.