summaryrefslogtreecommitdiff
path: root/lua/theme.lua
blob: ff3aeb7b13d0ae7fed51717d91c5111b4a1ff196 (plain)
1
2
3
4
5
6
7
8
9
10
local lvgl = require("lvgl")

local theme = {
  list_item = lvgl.Style {
    pad_left = 4,
    pad_right = 4,
  },
}

return theme