Skip to content

Commit

Permalink
feat: add hacker-inverted theme (#753)
Browse files Browse the repository at this point in the history
* feat: add hacker-inverted theme

* docs: add hacker-inverted theme
  • Loading branch information
ankddev authored Dec 20, 2024
1 parent 2dc7bae commit 5e9fdc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
| `telegram-gradient` | ![image](https://github.com/user-attachments/assets/985c3e04-a5dd-4cba-a66e-d43ad9668af0) |
| `microsoft` | ![image](https://github.com/user-attachments/assets/4c2cce9d-90b5-4e38-8422-656c5a78b4d9) |
| `microsoft-dark` | ![image](https://github.com/user-attachments/assets/a5918d7d-f568-4012-b06f-d9cfacaece04) |
| `hacker-inverted` | ![image](https://github.com/user-attachments/assets/b64c136a-827b-4177-98f9-28db59bba0ef) |

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

Expand Down
13 changes: 13 additions & 0 deletions src/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2004,4 +2004,17 @@
"dates" => "#7FBA00",
"excludeDaysLabel" => "#7FBA00",
],
"hacker-inverted" => [
"background" => "#20C20E",
"border" => "#000000",
"stroke" => "#000000",
"ring" => "#000000",
"fire" => "#000000",
"currStreakNum" => "#000000",
"sideNums" => "#000000",
"currStreakLabel" => "#000000",
"sideLabels" => "#000000",
"dates" => "#000000",
"excludeDaysLabel" => "#000000",
],
];

0 comments on commit 5e9fdc0

Please sign in to comment.