mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:15:56 +08:00
CURA-4870 Adapt the colors of the configuration list for the Ultimaker dark theme.
This commit is contained in:
parent
9dc50ec73f
commit
42b40a713d
@ -30,6 +30,7 @@ Column
|
|||||||
text: catalog.i18nc("@label:header configurations", "Available configurations")
|
text: catalog.i18nc("@label:header configurations", "Available configurations")
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
width: parent.width - 2 * parent.padding
|
width: parent.width - 2 * parent.padding
|
||||||
|
color: UM.Theme.getColor("configuration_item_text")
|
||||||
}
|
}
|
||||||
|
|
||||||
Component
|
Component
|
||||||
@ -42,6 +43,7 @@ Column
|
|||||||
{
|
{
|
||||||
text: section
|
text: section
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
|
color: UM.Theme.getColor("configuration_item_text")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -207,6 +207,14 @@
|
|||||||
"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],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user