52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"$schema": "http://www.lavishsoft.com/schema/lgui2Package.json",
|
|
"skin": {
|
|
"name": "MRSkin",
|
|
"brushes": {
|
|
"window.titleBar.backgroundBrush": {
|
|
"color": "#211C18"
|
|
}
|
|
},
|
|
"templates": {
|
|
"window.title": {
|
|
"verticalAlignment": "center",
|
|
"margin": [
|
|
2,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"button": {
|
|
"jsonTemplate": "default:button",
|
|
"margin": [
|
|
2,
|
|
2,
|
|
2,
|
|
2
|
|
],
|
|
"color": "#f4f3ee"
|
|
},
|
|
"checkbox": {
|
|
"jsonTemplate": "default:checkbox",
|
|
"margin": [
|
|
2,
|
|
2,
|
|
2,
|
|
2
|
|
],
|
|
},
|
|
"window": {
|
|
"jsonTemplate": "default:window",
|
|
"backgroundBrush": {
|
|
"color": "#463f3a"
|
|
},
|
|
"color": "#f4f3ee",
|
|
"font": {
|
|
"face": "Segoe UI",
|
|
"height": 16
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |