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 @@ -89,6 +89,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
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
91
| ` windows-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183449796-23096f23-54b5-45af-8078-b8afd4f3baf3.png ) |
92
+ | ` git-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183690748-060943ff-7b39-4229-b32d-806d654bd12d.png ) |
92
93
93
94
### Can't find the theme you like?
94
95
Original file line number Diff line number Diff line change 998
998
"sideLabels " => "#00A4EF " ,
999
999
"dates " => "#00A4EF " ,
1000
1000
],
1001
+ "git-dark " => [
1002
+ "background " => "#000000 " ,
1003
+ "border " => "#F05033 " ,
1004
+ "stroke " => "#F05033 " ,
1005
+ "ring " => "#F05033 " ,
1006
+ "fire " => "#F05033 " ,
1007
+ "currStreakNum " => "#F05033 " ,
1008
+ "sideNums " => "#F05033 " ,
1009
+ "currStreakLabel " => "#F05033 " ,
1010
+ "sideLabels " => "#F05033 " ,
1011
+ "dates " => "#F05033 " ,
1012
+ ],
1001
1013
];
You can’t perform that action at this time.
0 commit comments