This commit is contained in:
LittleChest
2022-08-26 09:10:53 +08:00
committed by Github
commit fcf5bfabad
82 changed files with 3659 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"name": "cfg.theme.dark",
"background": "#131313",
"gradientTop": "#383838",
"gradientBottom": "#242424",
"font": "#A0A0A0"
}
@@ -0,0 +1,7 @@
{
"name": "cfg.theme.vanilla",
"background": "#100010",
"gradientTop": "#5000FF",
"gradientBottom": "#28007F",
"font": "#A0A0A0"
}