cc-mek-scada/coordinator/ui/style.lua
2022-06-14 12:02:42 -04:00

12 lines
217 B
Lua

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