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 @@ -86,6 +86,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
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
88
| ` java-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/180605906-b04afca3-da60-4ad9-95d3-8be5ef0a96e3.png ) |
89
+ | ` android-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/180728986-e39e7828-dc41-4f07-97d2-db75673ba0c3.png ) |
89
90
90
91
### Can't find the theme you like?
91
92
Original file line number Diff line number Diff line change 962
962
"sideLabels " => "#F89820 " ,
963
963
"dates " => "#5382A1 " ,
964
964
],
965
+ "android-dark " => [
966
+ "background " => "#000000 " ,
967
+ "border " => "#3DDC84 " ,
968
+ "stroke " => "#3DDC84 " ,
969
+ "ring " => "#3DDC84 " ,
970
+ "fire " => "#3DDC84 " ,
971
+ "currStreakNum " => "#3DDC84 " ,
972
+ "sideNums " => "#3DDC84 " ,
973
+ "currStreakLabel " => "#3DDC84 " ,
974
+ "sideLabels " => "#3DDC84 " ,
975
+ "dates " => "#3DDC84 " ,
976
+ ],
965
977
];
You can’t perform that action at this time.
0 commit comments