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": "#6e6e6e"
}
},
"BedColor": "#999",
"UnderBedColor": "#EEE5",
"PrinterBedTextColor": "#222",
"HotendLimitsBackgroundColor": "#00000050",
"BedGridColors": {
"Red": "#7F0000",
"Green": "#267F00",
"Blue": "#0026FF",
"Line": "#666"
},
"LightTextColor": "#00000000",
"BorderColor": "#C8C8C8",
"BorderColor40": "#2B2B2B",

View file

@ -42,6 +42,16 @@
"LightTextColor": "#6e6e6e"
}
},
"BedColor": "#999",
"UnderBedColor": "#DBD5C522",
"PrinterBedTextColor": "#222",
"HotendLimitsBackgroundColor": "#00000050",
"BedGridColors": {
"Red": "#7F0000",
"Green": "#267F00",
"Blue": "#0026FF",
"Line": "#666"
},
"LightTextColor": "#00000000",
"BorderColor": "#333333",
"BorderColor40": "#A3A3A3",