start dashboard
This commit is contained in:
@@ -27,31 +27,31 @@ Singleton {
|
||||
property string alpha: "100"
|
||||
|
||||
property JsonObject special: JsonObject {
|
||||
property string background: "white"
|
||||
property string foreground: "white"
|
||||
property string cursor: "white"
|
||||
property string background: "transparent"
|
||||
property string foreground: "transparent"
|
||||
property string cursor: "transparent"
|
||||
}
|
||||
|
||||
property JsonObject colors: JsonObject {
|
||||
property string color0: "white"
|
||||
property string color1: "white"
|
||||
property string color2: "white"
|
||||
property string color3: "white"
|
||||
property string color0: "transparent"
|
||||
property string color1: "transparent"
|
||||
property string color2: "transparent"
|
||||
property string color3: "transparent"
|
||||
|
||||
property string color4: "white"
|
||||
property string color5: "white"
|
||||
property string color6: "white"
|
||||
property string color7: "white"
|
||||
property string color4: "transparent"
|
||||
property string color5: "transparent"
|
||||
property string color6: "transparent"
|
||||
property string color7: "transparent"
|
||||
|
||||
property string color8: "white"
|
||||
property string color9: "white"
|
||||
property string color10: "white"
|
||||
property string color11: "white"
|
||||
property string color8: "transparent"
|
||||
property string color9: "transparent"
|
||||
property string color10: "transparent"
|
||||
property string color11: "transparent"
|
||||
|
||||
property string color12: "white"
|
||||
property string color13: "white"
|
||||
property string color14: "white"
|
||||
property string color15: "white"
|
||||
property string color12: "transparent"
|
||||
property string color13: "transparent"
|
||||
property string color14: "transparent"
|
||||
property string color15: "transparent"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user