Eliminate hardcoded colors from qml to make theming more flexible

This commit is contained in:
luisangelsm
2026-03-07 19:58:24 +01:00
parent d65ce375df
commit 7103d0de3c
13 changed files with 187 additions and 38 deletions

View File

@ -94,7 +94,7 @@ Rectangle {
implicitWidth: 12
implicitHeight: 26
Rectangle {
color: "#424246"
color: infoScrollbarColor
anchors.fill: parent
anchors.topMargin: 6
anchors.leftMargin: 5