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 @@ -90,6 +90,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
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
92
| ` git-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183690748-060943ff-7b39-4229-b32d-806d654bd12d.png ) |
93
+ | ` python-dark ` | ![ image] ( https://user-images.githubusercontent.com/103951737/183929763-ae8c93d4-0106-461c-bded-2c2adb0bd6bf.png ) |
93
94
94
95
### Can't find the theme you like?
95
96
Original file line number Diff line number Diff line change 1010
1010
"sideLabels " => "#F05033 " ,
1011
1011
"dates " => "#F05033 " ,
1012
1012
],
1013
+ "python-dark " => [
1014
+ "background " => "#000000 " ,
1015
+ "border " => "#4B8BBE " ,
1016
+ "stroke " => "#4B8BBE " ,
1017
+ "ring " => "#FFD43B " ,
1018
+ "fire " => "#FFD43B " ,
1019
+ "currStreakNum " => "#4B8BBE " ,
1020
+ "sideNums " => "#4B8BBE " ,
1021
+ "currStreakLabel " => "#FFD43B " ,
1022
+ "sideLabels " => "#FFD43B " ,
1023
+ "dates " => "#FFD43B " ,
1024
+ ],
1013
1025
];
You can’t perform that action at this time.
0 commit comments