mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 13:42:46 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 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]
|
|
},
|
|
"keyHighlight" : {
|
|
"_inherit" : "/controls/button/text",
|
|
"textColor" : [0.75, 0.825, 1]
|
|
}
|
|
}
|
|
},
|
|
|
|
"":""
|
|
}
|