From 59ee319293e333e360a64e9ce633d4ea77971991 Mon Sep 17 00:00:00 2001 From: nubnubbud Date: Sat, 29 Jun 2019 01:22:54 -0700 Subject: [PATCH] changed red axis to be a bit more distiguishable --- resources/themes/cura-dark-colorblind/theme.json | 4 ++-- resources/themes/cura-light-colorblind/theme.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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],