Skip to content

Commit bbf8b04

Browse files
feat: Adds Garden Theme (DenverCoder1#227)
* addgarden * gardentheme * style: format themes array Co-authored-by: Jonah Lawrence <[email protected]>
1 parent e1108eb commit bbf8b04

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
@@ -80,6 +80,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8080
| `leafy` | ![image](https://user-images.githubusercontent.com/69510006/146630969-ff7bc045-518e-43c0-83df-2d275f3e4b1d.jpg) |
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) |
83+
| `garden` | ![image](https://user-images.githubusercontent.com/44000014/165035015-153d9b3a-bd3a-4e34-b252-3c64ab081b75.png) |
8384
### Can't find the theme you like?
8485

8586
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
@@ -890,4 +890,16 @@
890890
"sideLabels" => "#20C20E",
891891
"dates" => "#20C20E",
892892
],
893+
"garden" => [
894+
"background" => "#094A4A",
895+
"border" => "#000000",
896+
"stroke" => "#DDD4A8",
897+
"ring" => "#D2DD3B",
898+
"fire" => "#D2DD3B",
899+
"currStreakNum" => "#D2DD3B",
900+
"sideNums" => "#D2DD3B",
901+
"currStreakLabel" => "#6FDD6C",
902+
"sideLabels" => "#6FDD6C",
903+
"dates" => "#6FDD6C",
904+
],
893905
);

0 commit comments

Comments
 (0)