Skip to content

Commit

Permalink
feat: Added whatsapp-light2 and whatsapp-dark2 themes (#619)
Browse files Browse the repository at this point in the history
* feat: Added whatsapp-light2 and whatsapp-dark2 themes

* style: Formatted code with Prettier

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
FajarKim and github-actions[bot] authored Nov 5, 2023
1 parent 8dfb03d commit b909d38
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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",
],
];

0 comments on commit b909d38

Please sign in to comment.