mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
12 lines
217 B
Lua
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
|