mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2025-11-02 17:27:17 +00:00
Initial config added
This commit is contained in:
7
src/config/waila/theme/dark.json
Normal file
7
src/config/waila/theme/dark.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "cfg.theme.dark",
|
||||
"background": "#131313",
|
||||
"gradientTop": "#383838",
|
||||
"gradientBottom": "#242424",
|
||||
"font": "#A0A0A0"
|
||||
}
|
||||
7
src/config/waila/theme/vanilla.json
Normal file
7
src/config/waila/theme/vanilla.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "cfg.theme.vanilla",
|
||||
"background": "#100010",
|
||||
"gradientTop": "#5000FF",
|
||||
"gradientBottom": "#28007F",
|
||||
"font": "#A0A0A0"
|
||||
}
|
||||
Reference in New Issue
Block a user