Skip to content

Instantly share code, notes, and snippets.

@davekobrenski
Last active July 13, 2023 15:17
Show Gist options
  • Save davekobrenski/1fafbcfaa46a6ffc56ed6d4a7abbd409 to your computer and use it in GitHub Desktop.
Save davekobrenski/1fafbcfaa46a6ffc56ed6d4a7abbd409 to your computer and use it in GitHub Desktop.
SSAB Theme data - proposed structure
{
"themeID": "uniqueID"
"themeName": "string",
"themeDescription": "text",
"colorPalette": {
"A1": "E8FFC8",
"A2": "B5F687",
"A3": "4B7351",
"A4": "254D2F",
"B1": "FFB6B6",
"B2": "E67373",
"B3": "8D4040",
"B4": "472121",
},
"backgroundImage": "url",
"lightObjects": {
"lo1": "url if used",
"lo2": "null if not used",
"lo3": "etc",
"lo4": "",
"lo5": "",
"lo6": "",
},
"textures": {
"tx1": "url if used",
"tx2": "null if not used",
"tx3": "etc",
"tx4": ""
},
"cornerObject": "url",
"decorativeObjects": {
"do1A": "url if used",
"do1B": "null if not used",
"do1C": "",
"do1D": "",
"do1E": "",
"do2A": "url if used",
"do2B": "null if not used",
"do2C": "",
"do2D": "",
"do2E": "",
"do2F": "",
"do2G": ""
},
"hiddenObject": "url",
"uiShapes": [
{
"id": "some-id",
"image": "url of the shape image, with a little padding",
"hitImage": "url of the shape image, fattened with ImageMagick",
"fileName": "file.png"
},
{
"id": "some-id",
"image": "url of the shape image, with a little padding",
"hitImage": "url of the shape image, fattened with ImageMagick",
"fileName": "file.png"
},
{
"id": "some-id",
"image": "url of the shape image, with a little padding",
"hitImage": "url of the shape image, fattened with ImageMagick",
"fileName": "file.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment