libstarlight/themes/default/metrics.json
zetaPRIME abc3eac3e1 partially-implemented OSK! more metrics implementation,
a few constants, Image::blockTouch and modal cover
2017-03-05 09:12:17 -05:00

40 lines
876 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" }
}
},
"dialogs" : {
"messageBox" : {
"size" : [240, 160]
}
},
"":""
}