This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-06-22 17:11:48 +02:00

9 lines
179 B
QML

import QtQuick 2.0
Rectangle {
gradient: Gradient {
GradientStop { position: 0.0; color: "#e3eae4" }
GradientStop { position: 1.0; color: "#cde2d8" }
}
}