Files
Basalt2/themes/light.json
Robert Jelic 71d23ee9a2 - Updated theme plugin to support changing themes on runtime
- Added 4 themes
- Added Cache System for States
2025-11-05 13:56:19 +01:00

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"
}
}
}
}