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/dark/ApplicationWindow.qml
2018-05-25 13:55:14 +02:00

13 lines
298 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.Dark
Material.accent: guhAccent
Material.primary: Material.background
}