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 @@ -88,6 +88,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
88
88
| ` java-dark ` | ![ image] ( https://user-images.githubusercontent.com/20955511/183303686-a652b2fb-daae-4390-b245-71610aa54ef7.png ) |
89
89
| ` android-dark ` | ![ image] ( https://user-images.githubusercontent.com/20955511/183303685-fed30ead-2660-48bc-b724-04fe3c394c7f.png ) |
90
90
| ` deuteranopia-friendly-theme ` | ![ image] ( https://user-images.githubusercontent.com/107488620/183304765-9d423ff4-52ed-4a27-8a1c-2bcd290f4803.png ) |
91
+ | ` windows-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183449796-23096f23-54b5-45af-8078-b8afd4f3baf3.png ) |
91
92
92
93
### Can't find the theme you like?
93
94
Original file line number Diff line number Diff line change 986
986
"sideLabels " => "#CC79A7 " ,
987
987
"dates " => "#009E73 " ,
988
988
],
989
+ "windows-dark " => [
990
+ "background " => "#000000 " ,
991
+ "border " => "#00A4EF " ,
992
+ "stroke " => "#00A4EF " ,
993
+ "ring " => "#00A4EF " ,
994
+ "fire " => "#00A4EF " ,
995
+ "currStreakNum " => "#00A4EF " ,
996
+ "sideNums " => "#00A4EF " ,
997
+ "currStreakLabel " => "#00A4EF " ,
998
+ "sideLabels " => "#00A4EF " ,
999
+ "dates " => "#00A4EF " ,
1000
+ ],
989
1001
];
You can’t perform that action at this time.
0 commit comments