Use text colour specific to text in scene for job specs

Because the scene may have a different background colour than the rest, we need to be able to have inverted colours for that part.

Contributes to issue CURA-4148.
This commit is contained in:
Ghostkeeper 2017-08-23 14:58:43 +02:00
parent f5169f53f3
commit b52446ed99
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 5 additions and 3 deletions

View file

@ -66,6 +66,8 @@
"text_pressed": [255, 255, 255, 204],
"text_subtext": [255, 255, 255, 172],
"text_emphasis": [255, 255, 255, 255],
"text_scene": [39, 44, 48, 255],
"text_scene_hover": [43, 48, 52, 255],
"error": [212, 31, 53, 255],
"sidebar_header_bar": [39, 44, 48, 255],