Files
z-bar-qt/Greeter/Config/AccentColor.qml
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

14 lines
268 B
QML

import Quickshell.Io
JsonObject {
property Accents accents: Accents {
}
component Accents: JsonObject {
property string primary: "#4080ff"
property string primaryAlt: "#60a0ff"
property string warning: "#ff6b6b"
property string warningAlt: "#ff8787"
}
}