2.3 (HMCL)

This commit is contained in:
LittleChest
2022-08-31 11:01:34 +08:00
committed by Github
parent 80e137c936
commit 0252d997f8
82 changed files with 3190 additions and 6 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"
}