mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Color blind mode
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
"directionLock": "rgb(74, 237, 134)",
|
||||
"directionLockTrack": "rgba(74, 237, 134, 0.2)",
|
||||
|
||||
"colorBlindPickerTile": "rgba(255, 255, 255, 0.5)",
|
||||
|
||||
"resources": {
|
||||
"shape": "#3d3f4a",
|
||||
"red": "#4a3d3f",
|
||||
@@ -26,6 +28,7 @@
|
||||
|
||||
"items": {
|
||||
"outline": "#111418",
|
||||
"outlineWidth": 0.75
|
||||
"outlineWidth": 0.75,
|
||||
"circleBackground": "rgba(20, 30, 40, 0.3)"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
"directionLock": "rgb(74, 237, 134)",
|
||||
"directionLockTrack": "rgba(74, 237, 134, 0.2)",
|
||||
|
||||
"colorBlindPickerTile": "rgba(50, 50, 50, 0.4)",
|
||||
|
||||
"resources": {
|
||||
"shape": "#eaebec",
|
||||
"red": "#ffbfc1",
|
||||
@@ -27,6 +29,7 @@
|
||||
|
||||
"items": {
|
||||
"outline": "#55575a",
|
||||
"outlineWidth": 0.75
|
||||
"outlineWidth": 0.75,
|
||||
"circleBackground": "rgba(40, 50, 65, 0.1)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user