Skip to content

Commit 38295d3

Browse files
feat: Added "violet-punch" streak stats theme (DenverCoder1#348)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 9fa4a91 commit 38295d3

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
@@ -99,6 +99,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
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) |
101101
| `halloween` | ![image](https://user-images.githubusercontent.com/20955511/198897937-a3c918ea-0f35-43a0-9faf-80ad8f254cdf.png) |
102+
| `violet-punch` | ![image](https://user-images.githubusercontent.com/20955511/199313653-d678d969-facd-4f8d-b36e-2d0ee2ce61a5.png) |
102103

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,4 +1118,16 @@
11181118
"sideLabels" => "#FB9600",
11191119
"dates" => "#FFC400",
11201120
],
1121+
"violet-punch" => [
1122+
"background" => "#000000",
1123+
"border" => "#e4e2e2",
1124+
"stroke" => "#B170FC",
1125+
"ring" => "#3934DD",
1126+
"fire" => "#D0DDAD",
1127+
"currStreakNum" => "#CB0B45",
1128+
"sideNums" => "#7B43FF",
1129+
"currStreakLabel" => "#AFB5DD",
1130+
"sideLabels" => "#AFB5DD",
1131+
"dates" => "#DDDDDD",
1132+
],
11211133
];

0 commit comments

Comments
 (0)