Skip to content

feat(theme): add "Item" theme (@jnx03) #6499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
14 changes: 0 additions & 14 deletions frontend/src/ts/constants/firebase-config-example.ts

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,13 @@
"subColor": "#788386",
"textColor": "#ccdae6"
},
{
"name": "item",
"bgColor": "#1a1025",
"mainColor": "#e4c2ff",
"subColor": "#8a7ca3",
"textColor": "#ffffff"
},
{
"name": "sunset",
"bgColor": "#211e24",
Expand Down
Loading