local core = require("graphics.core") local style = {} -- MAIN LAYOUT -- style.root = core.graphics.cpair(colors.black, colors.lightGray) style.header = core.graphics.cpair(colors.white,colors.gray) return style