#62 graphics layouts

This commit is contained in:
Mikayla Fischler
2022-06-14 12:02:42 -04:00
parent 3593493c98
commit 13513a9ce6
7 changed files with 138 additions and 22 deletions

11
coordinator/ui/style.lua Normal file
View 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