#62 modifing color palette

This commit is contained in:
Mikayla Fischler
2022-07-05 12:46:31 -04:00
parent f6708ca988
commit bd33240515
2 changed files with 40 additions and 7 deletions

View File

@@ -5,11 +5,24 @@ local style = {}
local cpair = core.graphics.cpair
-- MAIN LAYOUT --
-- GLOBAL --
style.root = cpair(colors.black, colors.lightGray)
style.header = cpair(colors.white, colors.gray)
style.colors = {
{
c = colors.green,
hex = 0x7ed788
},
{
c = colors.lightGray,
hex = 0xcacaca
}
}
-- MAIN LAYOUT --
style.reactor = {
-- reactor states
states = {