Remove unused configuration item theme entries

The theme of configuration items is now in sync with the rest of the interface.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 12:55:58 +01:00
parent 0be2453daf
commit e751b59b1c
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276
2 changed files with 0 additions and 14 deletions

View File

@ -197,14 +197,6 @@
"layerview_support_interface": [64, 192, 255, 255], "layerview_support_interface": [64, 192, 255, 255],
"layerview_nozzle": [181, 166, 66, 120], "layerview_nozzle": [181, 166, 66, 120],
"configuration_item": [0, 0, 0, 0],
"configuration_item_active": [12, 169, 227, 179],
"configuration_item_text": [255, 255, 255, 255],
"configuration_item_text_active": [255, 255, 255, 255],
"configuration_item_border": [255, 255, 255, 255],
"configuration_item_border_active": [12, 169, 227, 179],
"configuration_item_border_hover": [12, 169, 227, 179],
"material_compatibility_warning": [255, 255, 255, 255], "material_compatibility_warning": [255, 255, 255, 255],
"quality_slider_unavailable": [179, 179, 179, 255], "quality_slider_unavailable": [179, 179, 179, 255],

View File

@ -317,12 +317,6 @@
"layerview_support_interface": [64, 192, 255, 255], "layerview_support_interface": [64, 192, 255, 255],
"layerview_nozzle": [181, 166, 66, 50], "layerview_nozzle": [181, 166, 66, 50],
"configuration_item": [255, 255, 255, 0],
"configuration_item_active": [12, 169, 227, 32],
"configuration_item_border": [127, 127, 127, 255],
"configuration_item_border_active": [12, 169, 227, 32],
"configuration_item_border_hover": [50, 130, 255, 255],
"tab_status_connected": [50, 130, 255, 255], "tab_status_connected": [50, 130, 255, 255],
"tab_status_disconnected": [200, 200, 200, 255], "tab_status_disconnected": [200, 200, 200, 255],