Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "cfg.theme.dark",
"background": "#131313",
"gradientTop": "#383838",
"gradientBottom": "#242424",
"font": "#A0A0A0"
}

View File

@@ -0,0 +1,7 @@
{
"name": "cfg.theme.vanilla",
"background": "#100010",
"gradientTop": "#5000FF",
"gradientBottom": "#28007F",
"font": "#A0A0A0"
}