libstarlight/themes/default/metrics.json

60 lines
1.4 KiB
JSON
Raw Normal View History

{
"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]
},
"OSK" : {
"preview" : {
"font" : "default.16",
"textColor" : "white",
"borderColor" : "black"
},
"noPreview" : {
"font" : "default.16",
"textColor" : "midGray",
"borderColor" : "darkGray",
"justification" : [0.5, 0.5]
}
}
},
"":""
}