From 4383f2ddf2847270996cd80f31d11f6b03da365c Mon Sep 17 00:00:00 2001 From: 10r3n20 Date: Tue, 15 Feb 2022 16:45:57 +0100 Subject: adjusted colors and size of origin gizmo --- cura/BuildVolume.py | 2 +- resources/themes/cura-light/theme.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 2aefb4823a..d039a3c68f 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -72,7 +72,7 @@ class BuildVolume(SceneNode): self._origin_mesh = None # type: Optional[MeshData] self._origin_line_length = 20 - self._origin_line_width = 1.5 + self._origin_line_width = 1 self._enabled = False self._grid_mesh = None # type: Optional[MeshData] diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 07d3c8eae4..ed0bdf832f 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -380,9 +380,9 @@ "status_unknown": [127, 127, 127, 255], "disabled_axis": [127, 127, 127, 255], - "x_axis": [255, 0, 0, 255], - "y_axis": [0, 0, 255, 255], - "z_axis": [0, 255, 0, 255], + "x_axis": [218, 30, 40, 255], + "y_axis": [36, 162, 73, 255], + "z_axis": [25, 110, 240, 255], "all_axis": [255, 255, 255, 255], "viewport_background": [250, 250, 250, 255], -- cgit v1.2.3