mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 15:32:14 +02:00
New color scheme for audio bar
This commit is contained in:
parent
c98a8168ee
commit
07039897c6
1 changed files with 10 additions and 2 deletions
|
@ -127,11 +127,19 @@ Item {
|
|||
gradient: Gradient {
|
||||
GradientStop {
|
||||
position: 0
|
||||
color: "#00b8ff"
|
||||
color: "#2c8e72"
|
||||
}
|
||||
GradientStop {
|
||||
position: 0.9
|
||||
color: "#1fc6a6"
|
||||
}
|
||||
GradientStop {
|
||||
position: 0.91
|
||||
color: "#ea4c5f"
|
||||
}
|
||||
GradientStop {
|
||||
position: 1
|
||||
color: "#ff2d73"
|
||||
color: "#ea4c5f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue