10 lines
171 B
QML
10 lines
171 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property BgColors backgrounds: BgColors {}
|
|
|
|
component BgColors: JsonObject {
|
|
property string hover: "#15ffffff"
|
|
}
|
|
}
|