Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
| `youtube-dark` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/62086478/6f774511-2477-46d2-b7bd-de3a57a3ca78) |
| `meta-light` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/c9429386-0b15-4efc-9bf0-c67f4aec05d4) |
| `meta-dark` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/105522342/62119e5a-29fc-4285-ac5d-4125c49dff8c) |
| `dark-minimalist` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/77511070/11ba7899-1ad3-4c4b-880b-6f9e7c285f1b) |

### Can't find the theme you like?

Expand Down
13 changes: 13 additions & 0 deletions src/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1926,4 +1926,17 @@
"dates" => "#FFFFFF",
"excludeDaysLabel" => "#FFFFFF",
],
"dark-minimalist" => [
"background" => "#211F27",
"border" => "#B9B9C0",
"stroke" => "#B9B9C0",
"ring" => "#D484F4",
"fire" => "#D484F4",
"currStreakNum" => "#89B4FA",
"sideNums" => "#E5E5E5",
"currStreakLabel" => "#89B4FA",
"sideLabels" => "#E5E5E5",
"dates" => "#D0D1D3",
"excludeDaysLabel" => "#D0D1D3",
],
];