Skip to content

Commit 5e9fdc0

Browse files
authored
feat: add hacker-inverted theme (#753)
* feat: add hacker-inverted theme * docs: add hacker-inverted theme
1 parent 2dc7bae commit 5e9fdc0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
162162
| `telegram-gradient` | ![image](https://github.com/user-attachments/assets/985c3e04-a5dd-4cba-a66e-d43ad9668af0) |
163163
| `microsoft` | ![image](https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9) |
164164
| `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) |
165166

166167
### Can't find the theme you like?
167168

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,4 +2004,17 @@
20042004
"dates" => "#7FBA00",
20052005
"excludeDaysLabel" => "#7FBA00",
20062006
],
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+
],
20072020
];

0 commit comments

Comments
 (0)