Browse Source

Merge pull request #11505 from Ultimaker/origin-visualization-improvements

inverted y and z colors
Jaime van Kessel 3 years ago
parent
commit
f8d47489d6
2 changed files with 2 additions and 4 deletions
  1. 0 2
      resources/themes/cura-dark/theme.json
  2. 2 2
      resources/themes/cura-light/theme.json

+ 0 - 2
resources/themes/cura-dark/theme.json

@@ -162,8 +162,6 @@
 
         "tool_button_border": [255, 255, 255, 38],
 
-        "y_axis": [96, 96, 255, 255],
-
         "viewport_background": [31, 36, 39, 255],
         "volume_outline": [12, 169, 227, 128],
         "buildplate": [169, 169, 169, 255],

+ 2 - 2
resources/themes/cura-light/theme.json

@@ -381,8 +381,8 @@
 
         "disabled_axis": [127, 127, 127, 255],
         "x_axis": [218, 30, 40, 255],
-        "y_axis": [36, 162, 73, 255],
-        "z_axis": [25, 110, 240, 255],
+        "y_axis": [25, 110, 240, 255],
+        "z_axis": [36, 162, 73, 255],
         "all_axis": [255, 255, 255, 255],
 
         "viewport_background": [250, 250, 250, 255],