generated from ztimson/template
All checks were successful
Build and publish / Build Container (push) Successful in 1m29s
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
||
"name": "Eva’s Glade 🌿",
|
||
"version": "1.0.0",
|
||
"type": "theme",
|
||
"background": {
|
||
"image": "/assets/background.jpg",
|
||
"style": "cover"
|
||
},
|
||
"music": [
|
||
"/assets/mystery_acorns.mp3",
|
||
"/assets/crunchy_leaves.mp3"
|
||
],
|
||
"colors": {
|
||
"tileTop": "#7a5a8c",
|
||
"tileSide": "#4a2d5a",
|
||
"tileHighlight": "#a17acf",
|
||
"gridColor": "#5e2f6a",
|
||
"gridHighlight": "#ff75b5",
|
||
"dialogueBg": "#e6e6fa",
|
||
"dialogueBorder": "#000000",
|
||
"dialogueHeaderBg": "#aa33ff",
|
||
"dialogueInputBg": "#f0e6ff",
|
||
"dialogueText": "#2d2524",
|
||
"buttonBg": "#8a2be2",
|
||
"buttonText": "#ffffff",
|
||
"buttonShadow": "#5a3a7d",
|
||
"muteButtonBg": "#ff75b5",
|
||
"muteButtonBorder": "#a17acf"
|
||
}
|
||
}
|