1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-28 18:59:22 +00:00
tobspr_shapez.io/src/js/game/themes/dark.json

29 lines
665 B
JSON
Raw Normal View History

{
"uiStyle": "dark",
"map": {
"background": "#2e2f37",
"grid": "rgba(255, 255, 255, 0.02)",
"gridLineWidth": 0.5,
2020-05-28 18:48:00 +00:00
"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"
2020-05-17 11:24:47 +00:00
},
"chunkOverview": {
"empty": "#444856",
"filled": "#646b7d"
}
},
"items": {
"outline": "#111418",
"outlineWidth": 0.75
}
}