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.
powersync-app/mea/styles/light/ApplicationWindow.qml
2018-05-25 13:55:14 +02:00

14 lines
288 B
QML

import QtQuick 2.0
import QtQuick.Templates 2.2
import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "#ff57baae"
property string systemName: "nymea"
Material.theme: Material.Light
Material.accent: guhAccent
Material.primary: "white"
}