web-map/src/assets/themes/editor-light.json

63 lines
1.5 KiB
JSON

{
"color": "#595959",
"background": "#F0F2F5",
"point-s": {
"stroke": "#8C8C8C",
"strokeActive": "#EBB214",
"fill-1": "#14D1A5",
"fill-2": "#69C6F5",
"fill-3": "#E48B1D",
"fill-4": "#E48B1D",
"fill-5": "#a72b69",
"fill-6": "#E63A3A"
},
"point-l": {
"stroke": "#595959",
"strokeActive": "#EBB214",
"stroke-occupied": "#ff4d4f",
"stroke-unoccupied": "#52c41a",
"stroke-empty": "#1890ff",
"stroke-disabled": "#bfbfbf",
"stroke-enabled": "#52c41a",
"stroke-locked": "#faad14",
"stroke-unlocked": "#52c41a"
},
"route": {
"strokeActive": "#EBB214",
"stroke-0": "#8C8C8C",
"stroke-1": "#52C41A",
"stroke-2": "#1982F3",
"stroke-10": "#E63A3A"
},
"area": {
"stroke-1": "#9ACDFF99",
"fill-1": "#9ACDFF33",
"stroke-11": "#FF535399",
"fill-11": "#FF9A9A33",
"stroke-12": "#0DBB8A99",
"fill-12": "#0DBB8A33",
"stroke-13": "#e61e4aad",
"fill-13": "#e61e4a33",
"stroke-14": "#FFD70099",
"fill-14": "#FFD70033",
"strokeActive": "#EBB214"
},
"robot": {
"stroke": "#01FDAF99",
"fill": "#01FAAD33",
"line": "#01fdaf",
"stroke-normal": "#01FDAF99",
"fill-normal": "#01FAAD33",
"stroke-warning": "#FF851B99",
"fill-warning": "#FF851B33",
"stroke-fault": "#FF4D4F99",
"fill-fault": "#FF4D4F33"
},
"autoDoor": {
"stroke-closed": "#FF4D4F99",
"fill-closed": "#FF4D4F33",
"stroke-open": "#1890FF99",
"fill-open": "#1890FF33"
}
}