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 @@ -92,6 +92,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
92
92
| ` git-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183690748-060943ff-7b39-4229-b32d-806d654bd12d.png ) |
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
+ | ` sea-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/184301879-953370eb-e61a-4e0f-abf4-7029c336e8f1.png ) |
95
96
96
97
### Can't find the theme you like?
97
98
Original file line number Diff line number Diff line change 1034
1034
"sideLabels " => "#FFFFFF " ,
1035
1035
"dates " => "#FFFFFF " ,
1036
1036
],
1037
+ "sea-dark " => [
1038
+ "background " => "#00C0FF " ,
1039
+ "border " => "#000000 " ,
1040
+ "stroke " => "#00546F " ,
1041
+ "ring " => "#000000 " ,
1042
+ "fire " => "#000000 " ,
1043
+ "currStreakNum " => "#000000 " ,
1044
+ "sideNums " => "#000000 " ,
1045
+ "currStreakLabel " => "#000000 " ,
1046
+ "sideLabels " => "#000000 " ,
1047
+ "dates " => "#000000 " ,
1048
+ ],
1037
1049
];
You can’t perform that action at this time.
0 commit comments