Skip to content

Commit 5aaa812

Browse files
authored
🧹 Simplified Readme text
1 parent a6a33a2 commit 5aaa812

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ The `user` field is the only required option. All other fields are optional.
6464

6565
If the `theme` parameter is specified, any color customizations specified will be applied on top of the theme, overriding the theme's values.
6666

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** |
8282

8383
### Example:
8484

0 commit comments

Comments
 (0)