···158158159159You can further customize your badges by appending query parameters to the badge URL.
160160161161+##### `labelColor`
162162+163163+Overrides the default label color. You can pass a standard hex code (with or without the `#` prefix).
164164+165165+- **Default**: `#0a0a0a`
166166+- **Usage**: `?labelColor=HEX_CODE`
167167+168168+##### `label`
169169+170170+Overrides the default label text. You can pass any string to customize the label displayed on the badge.
171171+172172+- **Default**: Depends on the badge type (e.g., "version", "downloads/mo").
173173+- **Usage**: `?label=YOUR_LABEL`
174174+161175##### `color`
162176163177Overrides the default strategy color. You can pass a standard hex code (with or without the `#` prefix).
···165179- **Default**: Depends on the badge type (e.g., version is blue, downloads are orange).
166180- **Usage**: `?color=HEX_CODE`
167181168168-| Example | URL |
169169-| :------------- | :------------------------------------ |
170170-| **Hot Pink** | `.../badge/version/nuxt?color=ff69b4` |
171171-| **Pure Black** | `.../badge/version/nuxt?color=000000` |
172172-| **Brand Blue** | `.../badge/version/nuxt?color=3b82f6` |
182182+| Example | URL |
183183+| :------------- | :------------------------------------- |
184184+| **Hot Pink** | `.../badge/version/nuxt?colorB=ff69b4` |
185185+| **Pure Black** | `.../badge/version/nuxt?colorB=000000` |
186186+| **Brand Blue** | `.../badge/version/nuxt?colorB=3b82f6` |
173187174188##### `name`
175189