#72 work on main layout, reactor and boiler views exist now

This commit is contained in:
Mikayla Fischler
2022-06-25 16:21:57 -04:00
parent e137953f93
commit 1188d2f7df
6 changed files with 132 additions and 15 deletions

View File

@@ -32,4 +32,22 @@ style.reactor = {
}
}
style.boiler = {
-- boiler states
states = {
{
color = cpair(colors.black, colors.yellow),
text = "OFF-LINE"
},
{
color = cpair(colors.white, colors.gray),
text = "IDLE"
},
{
color = cpair(colors.black, colors.green),
text = "ACTIVE"
}
}
}
return style