mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
f50255f1c9
commit
327c84d9ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue