1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-14 10:41:52 +00:00
tobspr_shapez.io/src/js/game/themes/dark.json
2020-05-27 14:30:59 +02:00

25 lines
549 B
JSON

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