Fix up some colors

This commit is contained in:
David Rowe 2016-02-16 11:01:53 +13:00
parent 6a22078d2c
commit 615b2e6052
3 changed files with 5 additions and 4 deletions

View file

@ -35,8 +35,10 @@ Item {
readonly property color greenShadow: "#2c8e72"
readonly property color white50: "#80ffffff"
readonly property color white30: "#4dffffff"
readonly property color baseGrayHighlight15: "#26575757"
readonly property color baseGrayHighlight40: "#66575757"
readonly property color darkGray30: "#4d121212"
readonly property color faintGray50: "#80e3e3e3"
readonly property color baseGrayShadow60: "#99252525"
}

View file

@ -124,8 +124,7 @@ Item {
y: -3 // ""
text: "A"
size: iconSize + 4
color: sizeDrag.containsMouse || !(window && window.focus) ? hifi.colors.white : hifi.colors.lightGray
color: sizeDrag.containsMouse || sizeDrag.pressed ? hifi.colors.white : hifi.colors.white50
}
}
}

View file

@ -151,7 +151,7 @@ Fadable {
implicitWidth: 8
Rectangle {
radius: 4
color: hifi.colors.lightGrayText
color: hifi.colors.white30
anchors {
fill: parent
leftMargin: 2
@ -164,7 +164,7 @@ Fadable {
scrollBarBackground: Item {
implicitWidth: 10
Rectangle {
color: hifi.colors.baseGrayHighlight
color: hifi.colors.darkGray30
radius: 4
anchors {
fill: parent