forked from brmlab/brmbar-github
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:
parent
4983fea31e
commit
3bf0e15af1
3 changed files with 36 additions and 36 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue