File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
93
93
| ` python-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183929763-ae8c93d4-0106-461c-bded-2c2adb0bd6bf.png ) |
94
94
| ` sea ` | ![ image] ( https://user-images.githubusercontent.com/103951737/184303266-0e5f8a25-bfeb-4876-abf1-91a38ca87680.png ) |
95
95
| ` sea-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png ) |
96
+ | ` violet-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/184529784-05de7e57-b939-42f7-9852-345fa191c343.png ) |
96
97
97
98
### Can't find the theme you like?
98
99
Original file line number Diff line number Diff line change 1046
1046
"sideLabels " => "#000000 " ,
1047
1047
"dates " => "#000000 " ,
1048
1048
],
1049
+ "violet-dark " => [
1050
+ "background " => "#000000 " ,
1051
+ "border " => "#FF0089 " ,
1052
+ "stroke " => "#FF0089 " ,
1053
+ "ring " => "#FF0089 " ,
1054
+ "fire " => "#FF0089 " ,
1055
+ "currStreakNum " => "#FF0089 " ,
1056
+ "sideNums " => "#FF0089 " ,
1057
+ "currStreakLabel " => "#FF0089 " ,
1058
+ "sideLabels " => "#FF0089 " ,
1059
+ "dates " => "#FF0089 " ,
1060
+ ],
1049
1061
];
You can’t perform that action at this time.
0 commit comments