Skip to content

Commit 9a986dd

Browse files
authored
feat: Added "halloween" streak stats theme (#346)
1 parent 8a7069a commit 9a986dd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
9898
| `material` | ![image](https://user-images.githubusercontent.com/20955511/193617994-dfab039d-b111-4a95-a00d-39517d9e40ab.png) |
9999
| `modern-lilac` | ![image](https://user-images.githubusercontent.com/20955511/197569406-6ff144c3-1d6e-4500-9f0b-3112a6c62584.png) |
100100
| `modern-lilac2` | ![image](https://user-images.githubusercontent.com/20955511/197575977-029fc730-9c7e-4556-be7c-a727a1715fa7.png) |
101+
| `halloween` | ![image](https://user-images.githubusercontent.com/20955511/198897937-a3c918ea-0f35-43a0-9faf-80ad8f254cdf.png) |
101102

102103
### Can't find the theme you like?
103104

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,4 +1106,16 @@
11061106
"sideLabels" => "#c770f0",
11071107
"dates" => "#FFFFFF",
11081108
],
1109+
"halloween" => [
1110+
"background" => "#1C1A2B",
1111+
"border" => "#FFC400",
1112+
"stroke" => "#FFC400",
1113+
"ring" => "#FDEF49",
1114+
"fire" => "#FDEF49",
1115+
"currStreakNum" => "#FFC400",
1116+
"sideNums" => "#FFC400",
1117+
"currStreakLabel" => "#FB9600",
1118+
"sideLabels" => "#FB9600",
1119+
"dates" => "#FFC400",
1120+
],
11091121
];

0 commit comments

Comments
 (0)