mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix dark theme
This commit is contained in:
parent
e85728b73d
commit
ce32578b79
BIN
artwork/itch.io/screenshots/9.png
Normal file
BIN
artwork/itch.io/screenshots/9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
BIN
artwork/itch.io/screenshots/waypoints.png
Normal file
BIN
artwork/itch.io/screenshots/waypoints.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -32,6 +32,7 @@
|
|||||||
@include S(top, 60px);
|
@include S(top, 60px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@include DarkThemeInvert();
|
||||||
|
|
||||||
.waypoint {
|
.waypoint {
|
||||||
@include SuperSmallText;
|
@include SuperSmallText;
|
||||||
|
@ -4,7 +4,11 @@
|
|||||||
"background": "#2e2f37",
|
"background": "#2e2f37",
|
||||||
"grid": "rgba(255, 255, 255, 0.02)",
|
"grid": "rgba(255, 255, 255, 0.02)",
|
||||||
"gridLineWidth": 0.5,
|
"gridLineWidth": 0.5,
|
||||||
"selectionColor": "rgba(127, 127, 255, 0.5)",
|
|
||||||
|
"selectionOverlay": "rgba(74, 163, 223, 0.7)",
|
||||||
|
"selectionOutline": "rgba(74, 163, 223, 0.5)",
|
||||||
|
"selectionBackground": "rgba(74, 163, 223, 0.2)",
|
||||||
|
|
||||||
"resources": {
|
"resources": {
|
||||||
"shape": "#3d3f4a",
|
"shape": "#3d3f4a",
|
||||||
"red": "#4a3d3f",
|
"red": "#4a3d3f",
|
||||||
|
Loading…
Reference in New Issue
Block a user