pragma Singleton
import QtQuick 2.13
QtObject {
property Palette light: Light {}
property Palette dark: Dark {}
property Palette current: light
}