mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 01:30:03 +02:00
Fix up some colors
This commit is contained in:
parent
6a22078d2c
commit
615b2e6052
3 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue