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-14 15:33:21 +02:00

13 lines
248 B
QML

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