Skip to content

Commit 99dff1c

Browse files
authored
feat: Add github-green-purple theme (DenverCoder1#251)
1 parent bb6c4a7 commit 99dff1c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8181
| `navy-gear` | ![image](https://user-images.githubusercontent.com/20955511/153954354-60438cfa-d0a0-4737-936c-65b61faf637d.png) |
8282
| `hacker` | ![image](https://user-images.githubusercontent.com/20955511/164965194-724816b5-5aa0-4c36-8bae-f3cbafd2c2a4.png) |
8383
| `garden` | ![image](https://user-images.githubusercontent.com/44000014/165035015-153d9b3a-bd3a-4e34-b252-3c64ab081b75.png) |
84+
| `github-green-purple` | ![image](https://user-images.githubusercontent.com/20955511/173238945-f572fdfb-dbf6-4141-8ee6-b70f6186548e.png) |
8485
### Can't find the theme you like?
8586

8687
You can now customize your stats card with the interactive [Demo Site](https://github-readme-streak-stats.herokuapp.com/demo/) or by customizing the [url parameters](/README.md#-options).

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,4 +902,16 @@
902902
"sideLabels" => "#6FDD6C",
903903
"dates" => "#6FDD6C",
904904
],
905+
"github-green-purple" => [
906+
"background" => "#000",
907+
"border" => "#000",
908+
"stroke" => "#e4e2e2",
909+
"ring" => "#7fff00",
910+
"fire" => "#7fff00",
911+
"currStreakNum" => "#800080",
912+
"sideNums" => "#7fff00",
913+
"currStreakLabel" => "#800080",
914+
"sideLabels" => "#7fff00",
915+
"dates" => "#fff",
916+
],
905917
];

0 commit comments

Comments
 (0)