diff --git a/.changeset/rotten-numbers-fetch.md b/.changeset/rotten-numbers-fetch.md new file mode 100644 index 0000000..b7dd56f --- /dev/null +++ b/.changeset/rotten-numbers-fetch.md @@ -0,0 +1,5 @@ +--- +"@gitroll/profile-card": minor +--- + +Add WatchdogGradient theme support diff --git a/README.md b/README.md index 196c442..854f571 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Available Themes -We now have 10 preset themes to choose from! 🎉 +We now have 13 preset themes to choose from! 🎉 - **`light`** (default) - **`dark`** @@ -18,6 +18,7 @@ We now have 10 preset themes to choose from! 🎉 - **`retro`** - **`darkEmerald`** - **`dracula`** +- **`WatchdogGradient`** To use a preset theme, simply add the `theme` query parameter to the image URL. For example: @@ -25,6 +26,12 @@ To use a preset theme, simply add the `theme` query parameter to the image URL. https://gitroll.io/api/badges/profiles/v1/uZxjMB3mkXpQQPskvTMcp0UeqPJA3?theme=nord ``` +Or try the new WatchdogGradient theme: + +``` +https://gitroll.io/api/badges/profiles/v1/uZxjMB3mkXpQQPskvTMcp0UeqPJA3?theme=WatchdogGradient +``` + ## Contributing We welcome contributions to GitRoll Profile Card!