Using a color scheme based on the elixir mentor gist clone tutorial. https://github.com/ElixirMentor/elixir_gist
This commit is contained in:
@ -15,7 +15,7 @@ Page {
|
||||
|
||||
delegate: ListItemDelegate {}
|
||||
highlight: Rectangle {
|
||||
color: "lightgray"
|
||||
color: wccLavenderDefault
|
||||
radius: 5
|
||||
}
|
||||
|
||||
@ -36,13 +36,14 @@ Page {
|
||||
height: 50
|
||||
gradient: mainGradient
|
||||
border {
|
||||
color: "lightgreen"
|
||||
color: wccPurpleDark
|
||||
width: 2
|
||||
}
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: window.title
|
||||
font.pixelSize: 32
|
||||
color: wccDarkLight
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -51,11 +52,11 @@ Page {
|
||||
id: mainGradient
|
||||
GradientStop {
|
||||
position: 0.0
|
||||
color: "#56FF56"
|
||||
color: wccPurpleDefault
|
||||
}
|
||||
GradientStop {
|
||||
position: 0.66
|
||||
color: "#7ED24E"
|
||||
color: wccPurpleDark
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user