Skip to content

Commit ae2405c

Browse files
authored
feat: Added new theme youtube-dark (DenverCoder1#638)
1 parent 880171b commit ae2405c

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
@@ -153,6 +153,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
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) |
155155
| `travelers-theme` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/20955511/45b0bb8c-fb88-4f2e-ad97-665db6bce4a7) |
156+
| `youtube-dark` | ![image](https://github.com/DenverCoder1/github-readme-streak-stats/assets/62086478/6f774511-2477-46d2-b7bd-de3a57a3ca78) |
156157

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

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,4 +1887,17 @@
18871887
"dates" => "#F2F2F2",
18881888
"excludeDaysLabel" => "#464646",
18891889
],
1890+
"youtube-dark" => [
1891+
"background" => "#0F0F0F",
1892+
"border" => "#272727",
1893+
"stroke" => "#272727",
1894+
"ring" => "#FFFFFF",
1895+
"fire" => "#FFFFFF",
1896+
"currStreakNum" => "#FF0000",
1897+
"sideNums" => "#FF0000",
1898+
"currStreakLabel" => "#FFFFFF",
1899+
"sideLabels" => "#FFFFFF",
1900+
"dates" => "#BCBCBC",
1901+
"excludeDaysLabel" => "#FFFFFF",
1902+
],
18901903
];

0 commit comments

Comments
 (0)