cc-mek-scada/coordinator/ui/style.lua

12 lines
217 B
Lua
Raw Normal View History

2022-06-14 16:02:42 +00:00
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