Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added whatsapp-light2 and whatsapp-dark2 themes #619

Merged
merged 2 commits into from
Nov 5, 2023
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
2 changes: 2 additions & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will
| `nordfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/6feef268-ed8f-4d60-bbd8-f7a0a7a58ce8) |
| `terafox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/ef943ced-365f-4ce5-965a-a9499ce1d8e1) |
| `iceberg` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/912d8f6a-ba21-4668-9109-300c67a1f1c2) |
| `whatsapp-light2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/45d22825-e71b-42c7-aabf-14f50d47beef) |
| `whatsapp-dark2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/4b41e537-368f-4f67-a1e6-81ca757ce5f7) |

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

Expand Down
26 changes: 26 additions & 0 deletions src/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1848,4 +1848,30 @@
"dates" => "#327698",
"excludeDaysLabel" => "#84A0C6",
],
"whatsapp-light2" => [
"background" => "#FFFFFF",
"border" => "#D8FDD2",
"stroke" => "#D8FDD2",
"ring" => "#767B7D",
"fire" => "#767B7D",
"currStreakNum" => "#1DAB61",
"sideNums" => "#1DAB61",
"currStreakLabel" => "#131A20",
"sideLabels" => "#131A20",
"dates" => "#767B7D",
"excludeDaysLabel" => "#E5A732",
],
"whatsapp-dark2" => [
"background" => "#0B141B",
"border" => "#103629",
"stroke" => "#103629",
"ring" => "#858A8D",
"fire" => "#858A8D",
"currStreakNum" => "#21C063",
"sideNums" => "#21C063",
"currStreakLabel" => "#F7F8FA",
"sideLabels" => "#F7F8FA",
"dates" => "#858A8D",
"excludeDaysLabel" => "#FFD179",
],
];