Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10r3n20 <l.romagnoli@ultimaker.com>2022-02-15 18:26:27 +0300
committer10r3n20 <l.romagnoli@ultimaker.com>2022-02-15 18:26:27 +0300
commita9e3acb6231f13ad23e0e8df00444a4be12ef4a9 (patch)
tree6e3dff967ef85c2f59124b0b0f118517fa0a4887
parent84d9d5bec40c7f7a0220af099f2dc5e437760336 (diff)
adjusted buildplate grid color
-rw-r--r--resources/themes/cura-light/theme.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json
index 8b686b83f0..07d3c8eae4 100644
--- a/resources/themes/cura-light/theme.json
+++ b/resources/themes/cura-light/theme.json
@@ -388,8 +388,8 @@
"viewport_background": [250, 250, 250, 255],
"volume_outline": [50, 130, 255, 255],
"buildplate": [244, 244, 244, 255],
- "buildplate_grid": [129, 131, 134, 255],
- "buildplate_grid_minor": [230, 230, 231, 255],
+ "buildplate_grid": [180, 180, 180, 255],
+ "buildplate_grid_minor": [228, 228, 228, 255],
"convex_hull": [35, 35, 35, 127],
"disallowed_area": [0, 0, 0, 40],