diff --git a/resources/themes/cura-dark-colorblind/theme.json b/resources/themes/cura-dark-colorblind/theme.json index 53846d32ee..6892b8d20d 100644 --- a/resources/themes/cura-dark-colorblind/theme.json +++ b/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], diff --git a/resources/themes/cura-light-colorblind/theme.json b/resources/themes/cura-light-colorblind/theme.json index 1fe57de999..25be4a4c01 100644 --- a/resources/themes/cura-light-colorblind/theme.json +++ b/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],