forked from Mirror/libstarlight
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
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" : {
|
|
"_inherit" : "/textPresets/normal.12",
|
|
"justification" : [0.5, 0.5]
|
|
}
|
|
},
|
|
"textBox" : {
|
|
"margin" : [2, 2],
|
|
"text" : { "_redir" : "/textPresets/normal.12" }
|
|
}
|
|
},
|
|
|
|
"dialogs" : {
|
|
"messageBox" : {
|
|
"size" : [240, 160],
|
|
"text" : {
|
|
"_inherit" : "/textPresets/normal.12",
|
|
"justification" : [0.5, 0]
|
|
}
|
|
},
|
|
"OSK" : {
|
|
"preview" : {
|
|
"font" : "default.16",
|
|
"textColor" : "white",
|
|
"borderColor" : "black"
|
|
},
|
|
"noPreview" : {
|
|
"font" : "default.16",
|
|
"textColor" : "midGray",
|
|
"borderColor" : "darkGray",
|
|
"justification" : [0.5, 0.5]
|
|
}
|
|
}
|
|
},
|
|
|
|
"":""
|
|
}
|