#62 graphics layouts
This commit is contained in:
11
coordinator/ui/style.lua
Normal file
11
coordinator/ui/style.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user