mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
adjusted colors and size of origin gizmo
This commit is contained in:
parent
a9e3acb623
commit
4383f2ddf2
2 changed files with 4 additions and 4 deletions
|
|
@ -380,9 +380,9 @@
|
|||
"status_unknown": [127, 127, 127, 255],
|
||||
|
||||
"disabled_axis": [127, 127, 127, 255],
|
||||
"x_axis": [255, 0, 0, 255],
|
||||
"y_axis": [0, 0, 255, 255],
|
||||
"z_axis": [0, 255, 0, 255],
|
||||
"x_axis": [218, 30, 40, 255],
|
||||
"y_axis": [36, 162, 73, 255],
|
||||
"z_axis": [25, 110, 240, 255],
|
||||
"all_axis": [255, 255, 255, 255],
|
||||
|
||||
"viewport_background": [250, 250, 250, 255],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue