start dashboard

This commit is contained in:
2026-03-09 13:45:08 -05:00
parent 17ad2959c1
commit 9871af127a
6 changed files with 94 additions and 52 deletions

View File

@@ -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"
}
}
}