Open
Description
Hi,
Thanks for the great project!
Could you add more options to customize the dependency badge?
I want to customize the label's background color (background of dependencies
) and add an icon to the badge.
But it seems there are no options for that.
Please see the example below (to see what I want to achieve):
Markdown version:
[](https://crates.io/crates/graphina)
Rendered version:
As you can see, the background color of the text (left side) is f46623
, and a small Rust icon is shown on the badge.
The customization options I think might be needed are:
labelColor
: Sets the background color of the label (likedependencies
).logo
: Adds an icon to the badge (like the Rust logo).