You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`user`| GitHub username to show stats for |`DenverCoder1`|
49
+
|`theme`| The theme to apply (Default: `default`) |`dark`, `radical`, etc. [🎨➜](./docs/themes.md)|
50
+
|`hide_border`| Make the border transparent (Default: `false`) |`true` or `false`|
51
+
|`border_radius`| Set the roundness of the edges (Default: `4.5`) |Number `0` (sharp corners) to `248` (ellipse)|
52
+
|`background`| Background color (eg. `f2f2f2`, `35,d22,00f`) |**hex code** without `#`, **css color**, or gradient in the form `angle,start_color,...,end_color`|
53
+
|`border`| Border color |**hex code** without `#` or **css color**|
54
+
|`stroke`| Stroke line color between sections |**hex code** without `#` or **css color**|
55
+
|`ring`| Color of the ring around the current streak |**hex code** without `#` or **css color**|
56
+
|`fire`| Color of the fire in the ring |**hex code** without `#` or **css color**|
57
+
|`currStreakNum`| Current streak number |**hex code** without `#` or **css color**|
58
+
|`sideNums`| Total and longest streak numbers |**hex code** without `#` or **css color**|
59
+
|`currStreakLabel`| Current streak label |**hex code** without `#` or **css color**|
60
+
|`sideLabels`| Total and longest streak labels |**hex code** without `#` or **css color**|
61
+
|`dates`| Date range text color |**hex code** without `#` or **css color**|
62
+
|`date_format`| Date format pattern or empty for locale format |See note below on [📅 Date Formats](#-date-formats)|
63
+
|`locale`| Locale for labels and numbers (Default: `en`) |ISO 639-1 code - See [🗪 Locales](#-locales)|
64
+
|`type`| Output format (Default: `svg`) |Current options: `svg`, `png` or `json`|
65
+
|`mode`| Streak mode (Default: `daily`) |`daily` (contribute daily) or `weekly` (contribute once per Sun-Sat week)|
66
+
|`disable_animations`| Disable SVG animations (Default: `false`) |`true` or `false`|
0 commit comments