11 lines
210 B
QML
11 lines
210 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property BgColors backgrounds: BgColors {}
|
|
property string schemeType: "vibrant"
|
|
|
|
component BgColors: JsonObject {
|
|
property string hover: "#15ffffff"
|
|
}
|
|
}
|