Skip to content

Commit e69b386

Browse files
Submarine Flowers Theme (DenverCoder1#351)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 38295d3 commit e69b386

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
@@ -100,6 +100,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
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) |
102102
| `violet-punch` | ![image](https://user-images.githubusercontent.com/20955511/199313653-d678d969-facd-4f8d-b36e-2d0ee2ce61a5.png) |
103+
| `submarine-flowers` | ![image](https://user-images.githubusercontent.com/20955511/201519290-14d69c90-ce17-4c63-9020-7b244ebc6fab.png) |
103104

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

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,4 +1130,16 @@
11301130
"sideLabels" => "#AFB5DD",
11311131
"dates" => "#DDDDDD",
11321132
],
1133+
"submarine-flowers" => [
1134+
"background" => "#013E4E",
1135+
"border" => "#013E4E",
1136+
"stroke" => "#48FF50",
1137+
"ring" => "#FF8888",
1138+
"fire" => "#FF8888",
1139+
"currStreakNum" => "#FFF000",
1140+
"sideNums" => "#FFF000",
1141+
"currStreakLabel" => "#FFF000",
1142+
"sideLabels" => "#FF8888",
1143+
"dates" => "#FF8650",
1144+
],
11331145
];

0 commit comments

Comments
 (0)