@@ -43,26 +43,27 @@ The `user` field is the only required option. All other fields are optional.
43
43
44
44
If the ` theme ` parameter is specified, any color customizations specified will be applied on top of the theme, overriding the theme's values.
45
45
46
- | Parameter | Details | Example |
47
- | :---------------: | :---------------------------------------------: | :-----------------------------------------------------------------------: |
48
- | ` 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 | ** hex code** without ` # ` or ** css 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) |
46
+ | Parameter | Details | Example |
47
+ | :------------------: | :---------------------------------------------: | :-----------------------------------------------------------------------: |
48
+ | ` 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 | ** hex code** without ` # ` or ** css 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 ` |
66
67
67
68
### 🖌 Themes
68
69
0 commit comments