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": ["C62828", "9C27B0", "F06292", "F44336", "6A1B9A"],
"state": 0
},
"bed": {
"colors": ["00B0FF"],
"state": 0
},
"fan": {
"colors": ["558B2F", "8BC34A", "00695C", "009688"],
"state": 0
},
"sensor": {
"colors": ["FF8F00", "3F51B5", "9E9D24", "CDDC39", "FFC107"],
"state": 0
}
}
}