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 @@ -85,6 +85,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
85
85
| ` icegray ` | ![ image] ( https://user-images.githubusercontent.com/20955511/177644018-cb9953d0-31a1-4920-a66f-8c08672cec38.png ) |
86
86
| ` neon_blurange ` | ![ image] ( https://user-images.githubusercontent.com/45172775/180076569-3af18421-56f5-49bd-b62e-2dec8edc0502.png ) |
87
87
| ` yellowdark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/180445402-360653bf-b85d-4e53-a1e1-cbda4135326b.png ) |
88
+ | ` java-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/180605906-b04afca3-da60-4ad9-95d3-8be5ef0a96e3.png ) |
88
89
89
90
### Can't find the theme you like?
90
91
Original file line number Diff line number Diff line change 950
950
"sideLabels " => "#FFEF00 " ,
951
951
"dates " => "#A5A5A5 " ,
952
952
],
953
+ "java-dark " => [
954
+ "background " => "#000000 " ,
955
+ "border " => "#F89820 " ,
956
+ "stroke " => "#F89820 " ,
957
+ "ring " => "#F89820 " ,
958
+ "fire " => "#F89820 " ,
959
+ "currStreakNum " => "#5382A1 " ,
960
+ "sideNums " => "#5382A1 " ,
961
+ "currStreakLabel " => "#F89820 " ,
962
+ "sideLabels " => "#F89820 " ,
963
+ "dates " => "#5382A1 " ,
964
+ ],
953
965
];
You can’t perform that action at this time.
0 commit comments