monitor-dashboard/src/assets/customizationOptions.json

81 lines
1.5 KiB
JSON

{
"mainColor": "#4C9CD5",
"secondaryColor": "#24857F",
"panel": {
"background": {
"borderStyle": null,
"borderColor": null,
"borderWidth": null
}, "fonts": {
"color": "white",
"family": null,
"size": null
},
"title": {
"color": "white",
"family": null,
"size": null
},
"links": {
"color": "rgba(255, 255, 255, 0.98)",
"family": null,
"size": null,
"onHover": {
"color": null
}
},
"buttons": {
"backgroundColor": "white",
"fontWeight": null,
"color": null,
"borderStyle": null,
"borderColor": null,
"borderWidth": "1px",
"borderRadius": "4px",
"onHover": {
"backgroundColor": "#eeeeee",
"color": null,
"borderColor": null
}
},
"panelElements": {
"backgroundColor": "rgba(255, 255, 255, 0.5)",
"borderColor": "rgba(255, 255, 255, 0.5)",
"color": "white"
}
},
"box": {
"borderColor": null,
"borderStyle": "solid",
"borderWidth": "2px",
"borderRadius": "6px"
},
"links": {
"color": null,
"family": null,
"decoration": null,
"onHover": {
"color": null
}
},
"buttons": {
"backgroundColor": null,
"color": null,
"borderStyle": null,
"borderColor": null,
"borderWidth": null,
"borderRadius": null,
"onHover": {
"backgroundColor": null,
"color": null,
"borderColor": null
}
}
}