QML UI: Style Dive Details View

Change the accent colors in the dive details view
to match the theme colors.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-07-08 16:19:53 +02:00 committed by Dirk Hohndel
parent b9a05e501b
commit aa5060669c

View file

@ -142,7 +142,7 @@ Item {
color: "transparent"
opacity: 0.6
border.width: 1
border.color: subsurfaceTheme.darkPrimaryColor
border.color: subsurfaceTheme.darkerPrimaryColor
anchors.fill: parent
}
}
@ -199,7 +199,7 @@ Item {
}
Rectangle {
color: subsurfaceTheme.darkPrimaryColor
color: subsurfaceTheme.darkerPrimaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3
@ -252,7 +252,7 @@ Item {
}
Rectangle {
color: subsurfaceTheme.darkPrimaryColor
color: subsurfaceTheme.darkerPrimaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3
@ -294,7 +294,7 @@ Item {
}
Rectangle {
color: subsurfaceTheme.darkPrimaryColor
color: subsurfaceTheme.darkerPrimaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3