Reduce saturation for colors of BarButtons and top bar

This should help the main content of the page stand out better.
This commit is contained in:
Petr Baudis 2012-10-18 19:27:13 +02:00
parent 4983fea31e
commit 3bf0e15af1
3 changed files with 36 additions and 36 deletions

View file

@ -11,7 +11,7 @@ Rectangle {
x: 65
y: 35
height: 65
color: "#71cccc"
color: "#217777"
text: "brmbar v3"
verticalAlignment: Text.AlignVCenter
font.pixelSize: 0.768 * 49
@ -21,7 +21,7 @@ Rectangle {
x: 328
y: 35
color: "#000000"
textColor: "#71cccc"
textColor: "#217777"
textSize: 0.768 * 49
}