- Updated theme plugin to support changing themes on runtime
- Added 4 themes - Added Cache System for States
This commit is contained in:
47
themes/orange.json
Normal file
47
themes/orange.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user