Created
March 15, 2018 19:17
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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