@@ -64,21 +64,21 @@ The `user` field is the only required option. All other fields are optional.
64
64
65
65
If the ` theme ` parameter is specified, any color customizations specified will be applied on top of the theme, overriding the theme's values.
66
66
67
- | Parameter | Details | Example |
68
- | :---------------: | :--------------------------------------------: | :--------------------------------------------------------------------------- : |
69
- | ` user ` | GitHub username to show stats for | ` DenverCoder1 ` |
70
- | ` theme ` | The theme to apply (Default: ` default ` ) | ` dark ` , ` radical ` , etc. [ 🎨➜] ( ./docs/themes/README.md ) |
71
- | ` hide_border ` | Make the border transparent (Default: ` false ` ) | ` true ` or ` false ` |
72
- | ` background ` | Background color | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
73
- | ` border ` | Border color | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
74
- | ` stroke ` | Stroke line color between sections | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
75
- | ` ring ` | Color of the ring around the current streak | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
76
- | ` fire ` | Color of the fire in the ring | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
77
- | ` currStreakNum ` | Current streak number | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
78
- | ` sideNums ` | Total and longest streak numbers | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
79
- | ` currStreakLabel ` | Current streak label | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
80
- | ` sideLabels ` | Total and longest streak labels | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
81
- | ` dates ` | Date range text color | ** hex code** without ` # ` (ex. ` 23BFC1 ` ) or ** css color** (ex. ` forestgreen ` ) |
67
+ | Parameter | Details | Example |
68
+ | :---------------: | :--------------------------------------------: | :---------------------------------------------------: |
69
+ | ` user ` | GitHub username to show stats for | ` DenverCoder1 ` |
70
+ | ` theme ` | The theme to apply (Default: ` default ` ) | ` dark ` , ` radical ` , etc. [ 🎨➜] ( ./docs/themes/README.md ) |
71
+ | ` hide_border ` | Make the border transparent (Default: ` false ` ) | ` true ` or ` false ` |
72
+ | ` background ` | Background color | ** hex code** ( without ` # ` ) or ** css color** |
73
+ | ` border ` | Border color | ** hex code** ( without ` # ` ) or ** css color** |
74
+ | ` stroke ` | Stroke line color between sections | ** hex code** ( without ` # ` ) or ** css color** |
75
+ | ` ring ` | Color of the ring around the current streak | ** hex code** ( without ` # ` ) or ** css color** |
76
+ | ` fire ` | Color of the fire in the ring | ** hex code** ( without ` # ` ) or ** css color** |
77
+ | ` currStreakNum ` | Current streak number | ** hex code** ( without ` # ` ) or ** css color** |
78
+ | ` sideNums ` | Total and longest streak numbers | ** hex code** ( without ` # ` ) or ** css color** |
79
+ | ` currStreakLabel ` | Current streak label | ** hex code** ( without ` # ` ) or ** css color** |
80
+ | ` sideLabels ` | Total and longest streak labels | ** hex code** ( without ` # ` ) or ** css color** |
81
+ | ` dates ` | Date range text color | ** hex code** ( without ` # ` ) or ** css color** |
82
82
83
83
### Example:
84
84
0 commit comments