Browse Source

changed red axis to be a bit more distiguishable

nubnubbud 5 years ago
parent
commit
59ee319293

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

@@ -169,8 +169,8 @@
         "status_unknown": [127, 127, 127, 255],
 
         "disabled_axis": [127, 127, 127, 255],
-        "x_axis": [255, 0, 0, 255],
-        "y_axis": [96, 96, 255, 255],
+        "x_axis": [212, 0, 0, 255],
+        "y_axis": [64, 64, 255, 255],
         "z_axis": [0, 255, 0, 255],
         "all_axis": [255, 255, 255, 255],
 

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

@@ -205,8 +205,8 @@
         "status_unknown": [127, 127, 127, 255],
 
         "disabled_axis": [127, 127, 127, 255],
-        "x_axis": [255, 0, 0, 255],
-        "y_axis": [0, 0, 255, 255],
+        "x_axis": [200, 0, 0, 255],
+        "y_axis": [64, 64, 255, 255],
         "z_axis": [0, 255, 0, 255],
         "all_axis": [255, 255, 255, 255],