Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Last active November 11, 2022 22:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fieldOfView/2dab8a40ec23a773eff954ca258fd566 to your computer and use it in GitHub Desktop.
Save fieldOfView/2dab8a40ec23a773eff954ca258fd566 to your computer and use it in GitHub Desktop.
A stub theme for Cura that has custom colors in layer view
{
"metadata": {
"name": "Ultimaker Dark custom layerview colors",
"inherits": "cura-dark"
},
"colors": {
"layerview_ghost": [31, 31, 31, 95],
"layerview_none": [255, 255, 255, 255],
"layerview_inset_0": [29, 200, 200, 255],
"layerview_inset_x": [200, 29, 200, 255],
"layerview_skin": [29, 29, 200, 255],
"layerview_support": [200, 29, 29, 127],
"layerview_skirt": [200, 29, 29, 255],
"layerview_infill": [29, 115, 200, 255],
"layerview_support_infill": [200, 29, 29, 127],
"layerview_move_combing": [200, 200, 29, 255],
"layerview_move_retraction": [255, 255, 115, 255],
"layerview_support_interface": [255, 127, 63, 127],
"layerview_prime_tower": [200, 29, 29, 255],
"layerview_nozzle": [224, 192, 16, 64],
"layerview_starts": [255, 255, 255, 255]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment