Files
z-bar-qt/Config/Colors.qml
T
Zacharias-Brohn faec46e033 color scheme gen
2026-02-11 15:20:31 +01:00

11 lines
210 B
QML

import Quickshell.Io
JsonObject {
property BgColors backgrounds: BgColors {}
property string schemeType: "vibrant"
component BgColors: JsonObject {
property string hover: "#15ffffff"
}
}