Skip to content

Commit 5fdce63

Browse files
committed
feat: Added whatsapp-light2 and whatsapp-dark2 themes
1 parent 8dfb03d commit 5fdce63

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

docs/themes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ Note: Theme names provided are case-insensitive and any use of underscores will
150150
| `nordfox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/6feef268-ed8f-4d60-bbd8-f7a0a7a58ce8) |
151151
| `terafox` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/ef943ced-365f-4ce5-965a-a9499ce1d8e1) |
152152
| `iceberg` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/912d8f6a-ba21-4668-9109-300c67a1f1c2) |
153+
| `whatsapp-light2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/45d22825-e71b-42c7-aabf-14f50d47beef) |
154+
| `whatsapp-dark2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/4b41e537-368f-4f67-a1e6-81ca757ce5f7) |
153155

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

src/themes.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,4 +1848,30 @@
18481848
"dates" => "#327698",
18491849
"excludeDaysLabel" => "#84A0C6",
18501850
],
1851+
"whatsapp-light2" => [
1852+
"background" => "#FFFFFF",
1853+
"border" => "#D8FDD2",
1854+
"stroke" => "#D8FDD2",
1855+
"ring" => "#767B7D",
1856+
"fire" => "#767B7D",
1857+
"currStreakNum" => "#1DAB61",
1858+
"sideNums" => "#1DAB61",
1859+
"currStreakLabel" => "#131A20",
1860+
"sideLabels" => "#131A20",
1861+
"dates" => "#767B7D",
1862+
"excludeDaysLabel" => "#E5A732",
1863+
],
1864+
"whatsapp-dark2" => [
1865+
"background" => "#0B141B",
1866+
"border" => "#103629",
1867+
"stroke" => "#103629",
1868+
"ring" => "#858A8D",
1869+
"fire" => "#858A8D",
1870+
"currStreakNum" => "#21C063",
1871+
"sideNums" => "#21C063",
1872+
"currStreakLabel" => "#F7F8FA",
1873+
"sideLabels" => "#F7F8FA",
1874+
"dates" => "#858A8D",
1875+
"excludeDaysLabel" => "#FFD179",
1876+
],
18511877
];

0 commit comments

Comments
 (0)