Files
navi/storage/protocols/theme_default.json
ztimson 8c2b80951b
All checks were successful
Build and publish / Build Container (push) Successful in 1m41s
Styling improvment
2026-03-02 02:49:15 -05:00

27 lines
1.1 KiB
JSON
Raw 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",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path d=\"M535.3 70.7C541.7 64.6 551 62.4 559.6 65.2C569.4 68.5 576 77.7 576 88L576 274.9C576 406.1 467.9 512 337.2 512C260.2 512 193.8 462.5 169.7 393.3C134.3 424.1 112 469.4 112 520C112 533.3 101.3 544 88 544C74.7 544 64 533.3 64 520C64 445.1 102.2 379.1 160.1 340.3C195.4 316.7 237.5 304 280 304L360 304C373.3 304 384 293.3 384 280C384 266.7 373.3 256 360 256L280 256C240.3 256 202.7 264.8 169 280.5C192.3 210.5 258.2 160 336 160C402.4 160 451.8 137.9 484.7 116C503.9 103.2 520.2 87.9 535.4 70.7z\"/></svg>",
"background": {
"image": "/assets/background.jpg",
"style": "cover"
},
"music": ["/assets/music.mp3"],
"colors": {
"tileTop": "#7a5a8c",
"tileSide": "#4a2d5a",
"tileHighlight": "#a17acf",
"gridColor": "#5e2f6a",
"gridHighlight": "#ff75b5",
"background": "#e6e6fa",
"border": "#000000",
"text": "#2d2524",
"dialogueInputBg": "#f0e6ff",
"primary": "#aa33ff",
"accent": "#8a2be2",
"muted": "#ff75b5"
}
}