Skip to content

Commit 4acf33d

Browse files
feat: Added modern-lilac and modern-lilac2 themes (#343)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 4999c7e commit 4acf33d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/themes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ You can also try out and customize these themes on the [Demo Site](https://strea
9696
| `violet-dark` | ![image](https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png) |
9797
| `horizon` | ![image](https://user-images.githubusercontent.com/3828247/184559656-e1f1b290-0a44-45cc-9681-010577386760.png) |
9898
| `material` | ![image](https://user-images.githubusercontent.com/20955511/193617994-dfab039d-b111-4a95-a00d-39517d9e40ab.png) |
99+
| `modern-lilac` | ![image](https://user-images.githubusercontent.com/20955511/197569406-6ff144c3-1d6e-4500-9f0b-3112a6c62584.png) |
100+
| `modern-lilac2` | ![image](https://user-images.githubusercontent.com/20955511/197575977-029fc730-9c7e-4556-be7c-a727a1715fa7.png) |
99101

100102
### Can't find the theme you like?
101103

src/themes.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,4 +1082,28 @@
10821082
"sideLabels" => "#23BD87",
10831083
"dates" => "#FAB795",
10841084
],
1085+
"modern-lilac" => [
1086+
"background" => "#0a0e12",
1087+
"border" => "#1C1E26",
1088+
"stroke" => "#1C1E26",
1089+
"ring" => "#5d417a",
1090+
"fire" => "#5d417a",
1091+
"currStreakNum" => "#FAB795",
1092+
"sideNums" => "#c770f0",
1093+
"currStreakLabel" => "#FAB795",
1094+
"sideLabels" => "#c770f0",
1095+
"dates" => "#FAB795",
1096+
],
1097+
"modern-lilac2" => [
1098+
"background" => "#0a0e12",
1099+
"border" => "#1C1E26",
1100+
"stroke" => "#1C1E26",
1101+
"ring" => "#5d417a",
1102+
"fire" => "#5d417a",
1103+
"currStreakNum" => "#FFFFFF",
1104+
"sideNums" => "#c770f0",
1105+
"currStreakLabel" => "#FFFFFF",
1106+
"sideLabels" => "#c770f0",
1107+
"dates" => "#FFFFFF",
1108+
],
10851109
];

0 commit comments

Comments
 (0)