Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/rotten-numbers-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gitroll/profile-card": minor
---

Add WatchdogGradient theme support
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**
Expand All @@ -18,13 +18,20 @@ 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:

```
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!
Expand Down