Files
z-bar-qt/Config/AccentColor.qml
T
2025-11-18 22:57:54 +01:00

13 lines
299 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"
}
}