mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Put all the QML colors into a single standalone configurable file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import QtQuick
|
||||
import QtQuick.Shapes
|
||||
|
||||
import "../theme" as Theme
|
||||
Item {
|
||||
id: root
|
||||
|
||||
@@ -30,9 +30,9 @@ Item {
|
||||
ShapePath {
|
||||
id: path
|
||||
capStyle: ShapePath.RoundCap
|
||||
strokeColor: "#DAC99B"
|
||||
strokeColor: Theme.Colors.ropeColor1
|
||||
strokeWidth: 10
|
||||
fillColor: "transparent"
|
||||
fillColor: Theme.Colors.ropeColor2
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user