48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"theme": "orange",
|
|
"default": {
|
|
"background": "black",
|
|
"foreground": "orange"
|
|
},
|
|
"BaseFrame": {
|
|
"background": "white",
|
|
"Container": {
|
|
"default": {
|
|
"background": "black",
|
|
"foreground": "orange"
|
|
},
|
|
"background": "orange",
|
|
"foreground": "white",
|
|
"Button": {
|
|
"background": "black",
|
|
"foreground": "orange",
|
|
"states": {
|
|
"clicked": {
|
|
"background": "white",
|
|
"foreground": "orange"
|
|
}
|
|
}
|
|
},
|
|
"Label": {
|
|
"foreground": "black"
|
|
}
|
|
},
|
|
"Button": {
|
|
"background": "black",
|
|
"foreground": "orange",
|
|
"states": {
|
|
"clicked": {
|
|
"background": "orange",
|
|
"foreground": "white"
|
|
}
|
|
}
|
|
},
|
|
"names": {
|
|
"basaltDebugLog": {
|
|
"background": "red",
|
|
"foreground": "white"
|
|
}
|
|
}
|
|
}
|
|
}
|