1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-28 10:49:20 +00:00
tobspr_shapez.io/src/js/game/themes/dark.json
2020-05-28 20:48:00 +02:00

29 lines
665 B
JSON

{
"uiStyle": "dark",
"map": {
"background": "#2e2f37",
"grid": "rgba(255, 255, 255, 0.02)",
"gridLineWidth": 0.5,
"selectionOverlay": "rgba(74, 163, 223, 0.7)",
"selectionOutline": "rgba(74, 163, 223, 0.5)",
"selectionBackground": "rgba(74, 163, 223, 0.2)",
"resources": {
"shape": "#3d3f4a",
"red": "#4a3d3f",
"green": "#3e4a3d",
"blue": "#35384a"
},
"chunkOverview": {
"empty": "#444856",
"filled": "#646b7d"
}
},
"items": {
"outline": "#111418",
"outlineWidth": 0.75
}
}