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