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 @@ -121,6 +121,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
121
121
| ` date-night ` | ![ image] ( https://user-images.githubusercontent.com/20955511/221585779-db7f394d-b3c6-49e4-ad75-bbba97530765.png ) |
122
122
| ` one-dark-pro ` | ![ image] ( https://user-images.githubusercontent.com/20955511/221585805-1d10928a-286c-4945-95ed-a7317e56692f.png ) |
123
123
| ` rose ` | ![ image] ( https://user-images.githubusercontent.com/20955511/221585827-e566b73a-e0c0-4711-b48c-667e6500d44e.png ) |
124
+ | ` neon ` | ![ image] ( https://user-images.githubusercontent.com/20955511/225303106-8c901c48-732e-49ae-a2e6-8733254536eb.png ) |
124
125
125
126
### Can't find the theme you like?
126
127
Original file line number Diff line number Diff line change 1358
1358
"sideLabels " => "#8D192B " ,
1359
1359
"dates " => "#862931 " ,
1360
1360
],
1361
+ "neon " => [
1362
+ "background " => "#000000 " ,
1363
+ "border " => "#FFFFFF " ,
1364
+ "stroke " => "#FFFFFF " ,
1365
+ "ring " => "#00EAD3 " ,
1366
+ "fire " => "#00EAD3 " ,
1367
+ "currStreakNum " => "#FF449F " ,
1368
+ "sideNums " => "#00EAD3 " ,
1369
+ "currStreakLabel " => "#FF449F " ,
1370
+ "sideLabels " => "#00EAD3 " ,
1371
+ "dates " => "#FFF5B7 " ,
1372
+ ],
1361
1373
];
You can’t perform that action at this time.
0 commit comments