Alfredo Monclus 2a9e653505 Graph (#357)
* Add theme graph colors

* Fix graph not applying colors
2021-12-07 21:05:17 -05:00

21 lines
489 B
Plaintext

{
"graph_colors": {
"extruder": {
"colors": ["ED6500", "ED8500", "EDA500", "EDC500", "EDF500"],
"state": 0
},
"bed": {
"colors": ["009384"],
"state": 0
},
"fan": {
"colors": ["A7E100", "7ECE21", "AAA920", "AC7140"],
"state": 0
},
"sensor": {
"colors": ["B10080", "7800B0", "AC4958", "B1A080", "B1C080"],
"state": 0
}
}
}