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

32 lines
647 B
JSON
Raw Normal View History

2025-05-11 18:46:59 +08:00
{
"color": "#595959",
"background": "#F0F2F5",
"point-s": {
"stroke": "#8C8C8C",
"strokeActive": "#EBB214",
"fill-1": "#14D1A5",
"fill-2": "#69C6F5",
"fill-3": "#E48B1D",
"fill-4": "#E48B1D"
},
"point-l": {
"stroke": "#595959",
"strokeActive": "#EBB214"
},
"route": {
"stroke-0": "#8C8C8C",
"stroke-1": "#52C41A",
"stroke-2": "#FAAD14",
"stroke-10": "#E63A3A"
},
"area": {
"stroke-1": "#9ACDFF99",
"fill-1": "#9ACDFF33",
"stroke-11": "#FF535399",
"fill-11": "#FF9A9A33",
"stroke-12": "#0DBB8A99",
"fill-12": "#0DBB8A33",
"strokeActive": "#EBB214"
}
}