mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 13:42:46 +00:00
34 lines
779 B
JSON
34 lines
779 B
JSON
|
{
|
||
|
"textPresets" : {
|
||
|
"normal.12.dark" : {
|
||
|
"font" : "default.12",
|
||
|
"textColor" : "black"
|
||
|
},
|
||
|
"normal.12.light" : {
|
||
|
"font" : "default.12",
|
||
|
"textColor" : "white"
|
||
|
},
|
||
|
"normal.16.dark" : {
|
||
|
"font" : "default.16",
|
||
|
"textColor" : "black"
|
||
|
},
|
||
|
"normal.16.light" : {
|
||
|
"font" : "default.16",
|
||
|
"textColor" : "white"
|
||
|
},
|
||
|
|
||
|
"normal.12" : { "_redir" : "/textPresets/normal.12.light" },
|
||
|
"normal.16" : { "_redir" : "/textPresets/normal.16.light" },
|
||
|
|
||
|
"":""
|
||
|
},
|
||
|
|
||
|
"controls" : {
|
||
|
"button" : {
|
||
|
"text" : { "_redir" : "/textPresets/normal.12" }
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"":""
|
||
|
}
|