Make the dark theme a bit more readable

This commit is contained in:
Jaime van Kessel 2018-12-14 13:23:28 +01:00
parent c3aca8907c
commit d379f94775
3 changed files with 8 additions and 6 deletions

View file

@ -49,7 +49,7 @@ Item
anchors.centerIn: parent
text: index + 1
font: UM.Theme.getFont("very_small")
color: UM.Theme.getColor("text")
color: UM.Theme.getColor("text")
width: contentWidth
height: contentHeight
visible: extruderEnabled

View file

@ -113,9 +113,11 @@ Item
}
z: tabBar.z - 1
// Don't show the border when only one extruder
border.color: tabBar.visible ? UM.Theme.getColor("lining") : "transparent"
border.width: UM.Theme.getSize("default_lining").width
color: UM.Theme.getColor("main_background")
Cura.SettingView
{
anchors