mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
More dark theme tweaks.
part of CURA-8012
This commit is contained in:
parent
952e02676f
commit
1c73077f7e
1 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
|
||||
"colors": {
|
||||
"main_background": [39, 44, 48, 255],
|
||||
"main_background": [31, 31, 32, 255],
|
||||
"message_background": [39, 44, 48, 255],
|
||||
"wide_lining": [31, 36, 39, 255],
|
||||
"thick_lining": [255, 255, 255, 60],
|
||||
|
@ -20,13 +20,16 @@
|
|||
"secondary_button_hover": [85, 85, 87, 255],
|
||||
"secondary_button_text": [255, 255, 255, 255],
|
||||
|
||||
"icon": [204, 204, 204, 255],
|
||||
"icon": [255, 255, 255, 255],
|
||||
"toolbar_background": [39, 44, 48, 255],
|
||||
"toolbar_button_active": [95, 95, 95, 255],
|
||||
"toolbar_button_hover": [95, 95, 95, 255],
|
||||
"toolbar_button_active_hover": [95, 95, 95, 255],
|
||||
"toolbar_button_active": [57, 57, 58, 255],
|
||||
"toolbar_button_hover": [57, 57, 58, 255],
|
||||
"toolbar_button_active_hover": [57, 57, 58, 255],
|
||||
|
||||
"main_window_header_button_text_inactive": [128, 128, 128, 255],
|
||||
"main_window_header_background": [14, 14, 14, 255],
|
||||
"main_window_header_background_gradient": [32, 32, 32, 255],
|
||||
"main_window_header_button_background_hovered": [46, 46, 46, 255],
|
||||
|
||||
"account_sync_state_icon": [255, 255, 255, 204],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue