libstarlight/themes/default/metrics.json
zetaPRIME c6a5781cf8 Application::GetTime(), InputManager improvements,
shiftkey and fast scroll for OSK, partial ThemeManager GC,
and planning
2017-03-21 01:28:13 -04:00

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]
}
}
},
"":""
}