File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
162
162
| ` telegram-gradient ` | ![ image] ( https://github.com/user-attachments/assets/985c3e04-a5dd-4cba-a66e-d43ad9668af0 ) |
163
163
| ` microsoft ` | ![ image] ( https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9 ) |
164
164
| ` microsoft-dark ` | ![ image] ( https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04 ) |
165
+ | ` hacker-inverted ` | ![ image] ( https://github.com/user-attachments/assets/b64c136a-827b-4177-98f9-28db59bba0ef ) |
165
166
166
167
### Can't find the theme you like?
167
168
Original file line number Diff line number Diff line change 2004
2004
"dates " => "#7FBA00 " ,
2005
2005
"excludeDaysLabel " => "#7FBA00 " ,
2006
2006
],
2007
+ "hacker-inverted " => [
2008
+ "background " => "#20C20E " ,
2009
+ "border " => "#000000 " ,
2010
+ "stroke " => "#000000 " ,
2011
+ "ring " => "#000000 " ,
2012
+ "fire " => "#000000 " ,
2013
+ "currStreakNum " => "#000000 " ,
2014
+ "sideNums " => "#000000 " ,
2015
+ "currStreakLabel " => "#000000 " ,
2016
+ "sideLabels " => "#000000 " ,
2017
+ "dates " => "#000000 " ,
2018
+ "excludeDaysLabel " => "#000000 " ,
2019
+ ],
2007
2020
];
You can’t perform that action at this time.
0 commit comments