File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ You can also try out and customize these themes on the [Demo Site](https://strea
96
96
| ` violet-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png ) |
97
97
| ` horizon ` | ![ image] ( https://user-images.githubusercontent.com/3828247/184559656-e1f1b290-0a44-45cc-9681-010577386760.png ) |
98
98
| ` 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 ) |
99
101
100
102
### Can't find the theme you like?
101
103
Original file line number Diff line number Diff line change 1082
1082
"sideLabels " => "#23BD87 " ,
1083
1083
"dates " => "#FAB795 " ,
1084
1084
],
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
+ ],
1085
1109
];
You can’t perform that action at this time.
0 commit comments