Add bed colors to all themes

- Issue MatterHackers/MCCentral#5325
Migrate to themed bed colors
This commit is contained in:
John Lewin 2019-04-13 14:46:11 -07:00
parent b3b576af4e
commit 0fca0ffdd2
6 changed files with 51 additions and 0 deletions

View file

@ -42,6 +42,16 @@
"LightTextColor": "#494949"
}
},
"BedColor": "#666",
"UnderBedColor": "#EEE5",
"PrinterBedTextColor": "#1a1a1a",
"HotendLimitsBackgroundColor": "#00000050",
"BedGridColors": {
"Red": "#E10000",
"Green": "#37BA00",
"Blue": "#0026FF",
"Line": "#444"
},
"LightTextColor": "#00000000",
"BorderColor": "#BBBBBB",
"BorderColor40": "#333",