Files
navi/worlds/theme.json
ztimson aa79b21a5f
All checks were successful
Build and publish / Build Container (push) Successful in 1m27s
Fixed minor prod issues
2026-03-01 00:03:45 -05:00

28 lines
627 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Evas Glade 🌿",
"version": "1.0.0",
"type": "theme",
"background": {
"image": "/assets/background.jpg",
"style": "cover"
},
"music": "/assets/music.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"
}
}