mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
CURA-4203 message progress bar color dark
This commit is contained in:
parent
92617e2177
commit
8f2ee96f40
1 changed files with 1 additions and 2 deletions
|
@ -217,7 +217,6 @@
|
|||
|
||||
"tool_button_border": [39, 44, 48, 255],
|
||||
|
||||
|
||||
"message_background": [255, 255, 255, 255],
|
||||
"message_shadow": [0, 0, 0, 120],
|
||||
"message_text": [0, 0, 0, 255],
|
||||
|
@ -228,7 +227,7 @@
|
|||
"message_button_text_hover": [255, 255, 255, 255],
|
||||
"message_button_text_active": [255, 255, 255, 255],
|
||||
"message_progressbar_background": [200, 200, 200, 255],
|
||||
"message_progressbar_control": [12, 169, 227, 255],
|
||||
"message_progressbar_control": [77, 182, 226, 255],
|
||||
|
||||
"tool_panel_background": [255, 255, 255, 255],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue