diff --git a/artwork/itch.io/screenshots/9.png b/artwork/itch.io/screenshots/9.png new file mode 100644 index 00000000..d9ada467 Binary files /dev/null and b/artwork/itch.io/screenshots/9.png differ diff --git a/artwork/itch.io/screenshots/waypoints.png b/artwork/itch.io/screenshots/waypoints.png new file mode 100644 index 00000000..9b876927 Binary files /dev/null and b/artwork/itch.io/screenshots/waypoints.png differ diff --git a/src/css/ingame_hud/waypoints.scss b/src/css/ingame_hud/waypoints.scss index 70c3c23f..fbb430fd 100644 --- a/src/css/ingame_hud/waypoints.scss +++ b/src/css/ingame_hud/waypoints.scss @@ -32,6 +32,7 @@ @include S(top, 60px); display: flex; flex-direction: column; + @include DarkThemeInvert(); .waypoint { @include SuperSmallText; diff --git a/src/js/game/themes/dark.json b/src/js/game/themes/dark.json index fa4c22a8..760ab510 100644 --- a/src/js/game/themes/dark.json +++ b/src/js/game/themes/dark.json @@ -4,7 +4,11 @@ "background": "#2e2f37", "grid": "rgba(255, 255, 255, 0.02)", "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": { "shape": "#3d3f4a", "red": "#4a3d3f",