Increased contrast in the night mode.

This commit is contained in:
Bennett Piater 2016-07-22 22:48:48 +02:00
parent be009e51ac
commit e3ba0540a5
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ ScrollView {
Rectangle {
width: listView.currentItem.width
height: listView.currentItem.height
color: nightmode ? "#222" : "lightblue"
color: nightmode ? "#444" : "lightblue"
opacity: 0.5
y: listView.currentItem.y
}