diff options
Diffstat (limited to 'lua/theme.lua')
| -rw-r--r-- | lua/theme.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/theme.lua b/lua/theme.lua new file mode 100644 index 00000000..ff3aeb7b --- /dev/null +++ b/lua/theme.lua @@ -0,0 +1,10 @@ +local lvgl = require("lvgl") + +local theme = { + list_item = lvgl.Style { + pad_left = 4, + pad_right = 4, + }, +} + +return theme |
