mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Dark theming
CURA-8688
This commit is contained in:
parent
7ea0167486
commit
17cab9946d
2 changed files with 42 additions and 40 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
"base_colors":
|
||||
{
|
||||
"background_1": [212, 212, 212, 255],
|
||||
"background_1": [31, 31, 32, 255],
|
||||
"background_2": [57, 57, 58, 255],
|
||||
"background_3": [85, 85, 87, 255],
|
||||
"background_4": [23, 23, 23, 255],
|
||||
|
@ -32,26 +32,28 @@
|
|||
"message_background": [39, 44, 48, 255],
|
||||
"wide_lining": [31, 36, 39, 255],
|
||||
"thick_lining": [255, 255, 255, 60],
|
||||
"lining": [64, 69, 72, 255],
|
||||
"lining": "border_main",
|
||||
"viewport_overlay": [30, 36, 39, 255],
|
||||
|
||||
"primary": [12, 169, 227, 255],
|
||||
"primary_text": [255, 255, 255, 204],
|
||||
"primary_text": "text_default",
|
||||
"secondary": [95, 95, 95, 255],
|
||||
|
||||
"secondary_button": [39, 44, 48, 255],
|
||||
"secondary_button_hover": [85, 85, 87, 255],
|
||||
"secondary_button": "background_1",
|
||||
"secondary_button_hover": "background_3",
|
||||
"secondary_button_text": [255, 255, 255, 255],
|
||||
|
||||
"icon": [255, 255, 255, 255],
|
||||
"toolbar_background": [39, 44, 48, 255],
|
||||
"toolbar_button_active": [57, 57, 58, 255],
|
||||
"toolbar_button_hover": [57, 57, 58, 255],
|
||||
"toolbar_button_active_hover": [57, 57, 58, 255],
|
||||
"icon": "text_default",
|
||||
"toolbar_background": "background_1",
|
||||
"toolbar_button_active": "background_3",
|
||||
"toolbar_button_hover": "background_3",
|
||||
"toolbar_button_active_hover": "background_3",
|
||||
|
||||
"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_inactive": "background_4",
|
||||
"main_window_header_button_text_inactive": "text_primary_button",
|
||||
"main_window_header_button_text_active": "background_4",
|
||||
"main_window_header_background": "background_4",
|
||||
"main_window_header_background_gradient": "background_4",
|
||||
"main_window_header_button_background_hovered": [46, 46, 46, 255],
|
||||
|
||||
"account_sync_state_icon": [255, 255, 255, 204],
|
||||
|
@ -60,9 +62,9 @@
|
|||
"machine_selector_active": [39, 44, 48, 255],
|
||||
"machine_selector_printer_icon": [204, 204, 204, 255],
|
||||
|
||||
"text": [255, 255, 255, 204],
|
||||
"text": "text_default",
|
||||
"text_detail": [255, 255, 255, 172],
|
||||
"text_link": [25, 110, 240, 255],
|
||||
"text_link": "accent_1",
|
||||
"text_inactive": [255, 255, 255, 88],
|
||||
"text_hover": [255, 255, 255, 204],
|
||||
"text_pressed": [255, 255, 255, 204],
|
||||
|
@ -79,7 +81,7 @@
|
|||
"button_hover": [39, 44, 48, 255],
|
||||
"button_active": [67, 72, 75, 255],
|
||||
"button_active_hover": [67, 72, 75, 255],
|
||||
"button_text": [255, 255, 255, 197],
|
||||
"button_text": "text_default",
|
||||
"button_disabled": [39, 44, 48, 255],
|
||||
"button_disabled_text": [255, 255, 255, 101],
|
||||
|
||||
|
@ -108,17 +110,17 @@
|
|||
"tab_active_text": [255, 255, 255, 255],
|
||||
"tab_background": [39, 44, 48, 255],
|
||||
|
||||
"action_button": [39, 44, 48, 255],
|
||||
"action_button": "background_1",
|
||||
"action_button_text": [255, 255, 255, 200],
|
||||
"action_button_border": [255, 255, 255, 30],
|
||||
"action_button_border": "border_main",
|
||||
"action_button_hovered": [79, 85, 89, 255],
|
||||
"action_button_hovered_text": [255, 255, 255, 255],
|
||||
"action_button_hovered_border": [255, 255, 255, 30],
|
||||
"action_button_hovered_text": "text_default",
|
||||
"action_button_hovered_border": "border_main",
|
||||
"action_button_active": [39, 44, 48, 30],
|
||||
"action_button_active_text": [255, 255, 255, 255],
|
||||
"action_button_active_text": "text_default",
|
||||
"action_button_active_border": [255, 255, 255, 100],
|
||||
"action_button_disabled": [85, 85, 87, 255],
|
||||
"action_button_disabled_text": [103, 103, 104, 255],
|
||||
"action_button_disabled": "background_3",
|
||||
"action_button_disabled_text": "text_disabled",
|
||||
"action_button_disabled_border": [255, 255, 255, 30],
|
||||
|
||||
"scrollbar_background": [39, 44, 48, 0],
|
||||
|
@ -142,12 +144,12 @@
|
|||
"setting_category_active_border": [39, 44, 48, 0],
|
||||
"setting_category_active_hover_border": [12, 169, 227, 255],
|
||||
|
||||
"setting_control": [43, 48, 52, 255],
|
||||
"setting_control": "background_2",
|
||||
"setting_control_selected": [34, 39, 42, 38],
|
||||
"setting_control_highlight": [43, 48, 52, 255],
|
||||
"setting_control_highlight": "background_2",
|
||||
"setting_control_border": [255, 255, 255, 38],
|
||||
"setting_control_border_highlight": [12, 169, 227, 255],
|
||||
"setting_control_text": [255, 255, 255, 181],
|
||||
"setting_control_text": "text_default",
|
||||
"setting_control_button": [255, 255, 255, 127],
|
||||
"setting_control_button_hover": [255, 255, 255, 204],
|
||||
"setting_control_disabled": [34, 39, 42, 255],
|
||||
|
@ -158,7 +160,7 @@
|
|||
"setting_validation_error": [212, 31, 53, 255],
|
||||
"setting_validation_warning_background": [62, 54, 46, 255],
|
||||
"setting_validation_warning": [245, 166, 35, 255],
|
||||
"setting_validation_ok": [43, 48, 52, 255],
|
||||
"setting_validation_ok": "background_2",
|
||||
|
||||
"progressbar_background": [255, 255, 255, 48],
|
||||
"progressbar_control": [255, 255, 255, 197],
|
||||
|
@ -169,24 +171,24 @@
|
|||
"slider_handle": [255, 255, 255, 255],
|
||||
"slider_handle_active": [68, 192, 255, 255],
|
||||
|
||||
"checkbox": [43, 48, 52, 255],
|
||||
"checkbox": "background_1",
|
||||
"checkbox_hover": [43, 48, 52, 255],
|
||||
"checkbox_border": [255, 255, 255, 38],
|
||||
"checkbox_border": "text_disabled",
|
||||
"checkbox_border_hover": [255, 255, 255, 38],
|
||||
"checkbox_mark": [255, 255, 255, 181],
|
||||
"checkbox_square": [118, 118, 118, 255],
|
||||
"checkbox_text": [255, 255, 255, 181],
|
||||
"checkbox_mark": "text_default",
|
||||
"checkbox_square": "text_disabled",
|
||||
"checkbox_text": "text_default",
|
||||
|
||||
"tooltip": [39, 44, 48, 255],
|
||||
"tooltip_text": [255, 255, 255, 204],
|
||||
"tooltip": "background_2",
|
||||
"tooltip_text": "text_default",
|
||||
|
||||
"tool_panel_background": [39, 44, 48, 255],
|
||||
"tool_panel_background": "background_1",
|
||||
|
||||
"tool_button_border": [255, 255, 255, 38],
|
||||
|
||||
"y_axis": [96, 96, 255, 255],
|
||||
|
||||
"viewport_background": [31, 36, 39, 255],
|
||||
"viewport_background": "background_1",
|
||||
"volume_outline": [12, 169, 227, 128],
|
||||
"buildplate": [169, 169, 169, 255],
|
||||
"buildplate_grid_minor": [154, 154, 155, 255],
|
||||
|
|
|
@ -212,15 +212,15 @@
|
|||
|
||||
"icon": [8, 7, 63, 255],
|
||||
|
||||
"primary_button": [25, 110, 240, 255],
|
||||
"primary_button": "accent_1",
|
||||
"primary_button_shadow": [27, 95, 202, 255],
|
||||
"primary_button_hover": [16, 70, 156, 255],
|
||||
"primary_button_text": [255, 255, 255, 255],
|
||||
|
||||
"secondary_button": [255, 255, 255, 255],
|
||||
"secondary_button": "text_default",
|
||||
"secondary_button_shadow": [216, 216, 216, 255],
|
||||
"secondary_button_hover": [232, 240, 253, 255],
|
||||
"secondary_button_text": [25, 110, 240, 255],
|
||||
"secondary_button_text": "accent_1",
|
||||
|
||||
"main_window_header_background": [8, 7, 63, 255],
|
||||
"main_window_header_background_gradient": [25, 23, 91, 255],
|
||||
|
@ -240,7 +240,7 @@
|
|||
"machine_selector_text_active": [255, 255, 255, 255],
|
||||
"machine_selector_printer_icon": [8, 7, 63, 255],
|
||||
|
||||
"action_panel_secondary": [25, 110, 240, 255],
|
||||
"action_panel_secondary": "accent_1",
|
||||
|
||||
"first_run_shadow": [50, 50, 50, 255],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue