You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
450 B
22 lines
450 B
{
|
|
"theme": "default",
|
|
"themeName": "I Love X",
|
|
"assetsBasePath": "./assets/default/",
|
|
"modules": [
|
|
{"name": "intro", "configFile": "intro/config.json"},
|
|
{"name": "finale", "configFile": "finale/config.json"}
|
|
],
|
|
"ui": {
|
|
"colors": {
|
|
"primary": "#FF0000",
|
|
"secondary": "#00FF00",
|
|
"background": "#000000",
|
|
"text": "#FFFFFF"
|
|
},
|
|
"fonts": {
|
|
"heading": "Arial",
|
|
"body": "Arial"
|
|
}
|
|
}
|
|
}
|