Skip to content

Commit 880171b

Browse files
feat: Added travelers theme (DenverCoder1#633)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 3fb3f8e commit 880171b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
152152
| `iceberg` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/912d8f6a-ba21-4668-9109-300c67a1f1c2) |
153153
| `whatsapp-light2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/45d22825-e71b-42c7-aabf-14f50d47beef) |
154154
| `whatsapp-dark2` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/86386385/4b41e537-368f-4f67-a1e6-81ca757ce5f7) |
155+
| `travelers-theme` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/45b0bb8c-fb88-4f2e-ad97-665db6bce4a7) |
155156

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,4 +1874,17 @@
18741874
"dates" => "#858A8D",
18751875
"excludeDaysLabel" => "#FFD179",
18761876
],
1877+
"travelers-theme" => [
1878+
"background" => "#150E1F",
1879+
"border" => "#E4E2E2",
1880+
"stroke" => "#F28157",
1881+
"ring" => "#F28157",
1882+
"fire" => "#F28157",
1883+
"currStreakNum" => "#F2F2F2",
1884+
"sideNums" => "#F28157",
1885+
"currStreakLabel" => "#F2F2F2",
1886+
"sideLabels" => "#F2F2F2",
1887+
"dates" => "#F2F2F2",
1888+
"excludeDaysLabel" => "#464646",
1889+
],
18771890
];

0 commit comments

Comments
 (0)