move default theme into styles, for easier lua overrides
This commit is contained in:
@@ -16,6 +16,8 @@ GLOBAL_BINDINGS = {
|
||||
},
|
||||
bg_opa = lvgl.OPA(100),
|
||||
bg_color = "#fafafa",
|
||||
radius = 8,
|
||||
pad_all = 2,
|
||||
})
|
||||
container:Label {
|
||||
text = string.format("Volume %i%%", pct),
|
||||
|
||||
Reference in New Issue
Block a user