Change tool panel and checkbox text colours

CURA-4148

- Change tool panel background colour to white
- Change checkbox text colour to almost black
This commit is contained in:
Lipu Fei 2017-09-11 10:48:31 +02:00
parent f50255f1c9
commit 327c84d9ef

View File

@ -197,7 +197,7 @@
"checkbox_border": [64, 69, 72, 255],
"checkbox_border_hover": [12, 169, 227, 255],
"checkbox_mark": [119, 122, 124, 255],
"checkbox_text": [166, 168, 169, 255],
"checkbox_text": [27, 27, 27, 255],
"mode_switch": [255, 255, 255, 255],
"mode_switch_hover": [255, 255, 255, 255],
@ -225,7 +225,7 @@
"message_progressbar_background": [255, 255, 255, 255],
"message_progressbar_control": [12, 169, 227, 255],
"tool_panel_background": [31, 36, 39, 255],
"tool_panel_background": [255, 255, 255, 255],
"status_offline": [0, 0, 0, 255],
"status_ready": [0, 205, 0, 255],