Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Created March 15, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fieldOfView/35091a3278cb070b005bf7c25e1c5817 to your computer and use it in GitHub Desktop.
Save fieldOfView/35091a3278cb070b005bf7c25e1c5817 to your computer and use it in GitHub Desktop.
A stub theme for Cura that has dark text on medium grey tooltips
{
"metadata": {
"name": "Grey tooltips",
"inherits": "cura-light"
},
"colors": {
"tooltip_text": [8, 0, 0, 255],
"button_tooltip": [225, 225, 225, 255],
"tooltip": [225, 225, 225, 255]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment