Skip to content

Commit 6eb655d

Browse files
feat: Added rising-sun theme (DenverCoder1#459)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 0091fda commit 6eb655d

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
@@ -102,6 +102,7 @@ You can also try out and customize these themes on the [Demo Site](https://strea
102102
| `halloween` | ![image](https://user-images.githubusercontent.com/20955511/198897937-a3c918ea-0f35-43a0-9faf-80ad8f254cdf.png) |
103103
| `violet-punch` | ![image](https://user-images.githubusercontent.com/20955511/199313653-d678d969-facd-4f8d-b36e-2d0ee2ce61a5.png) |
104104
| `submarine-flowers` | ![image](https://user-images.githubusercontent.com/20955511/201519290-14d69c90-ce17-4c63-9020-7b244ebc6fab.png) |
105+
| `rising-sun` | ![image](https://user-images.githubusercontent.com/20955511/221126697-2c47639d-23c5-4c23-b545-d883063deebf.png) |
105106

106107
### Can't find the theme you like?
107108

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,4 +1154,16 @@
11541154
"sideLabels" => "#FF8888",
11551155
"dates" => "#FF8650",
11561156
],
1157+
"rising-sun" => [
1158+
"background" => "#0C1116",
1159+
"border" => "#E4E3E3",
1160+
"stroke" => "#E4E3E3",
1161+
"ring" => "#F6882B",
1162+
"currStreakNum" => "#FFFFFF",
1163+
"fire" => "#F6882B",
1164+
"sideNums" => "#FFFFFF",
1165+
"currStreakLabel" => "#FFF7ED",
1166+
"sideLabels" => "#FFF7ED",
1167+
"dates" => "#F6882B",
1168+
],
11571169
];

0 commit comments

Comments
 (0)