Update one theme for custom bed colors

- Issue MatterHackers/MCCentral#5325
Migrate to themed bed colors
This commit is contained in:
John Lewin 2019-04-13 01:54:38 -07:00
parent 92a3693772
commit eeb3410bc4
2 changed files with 9 additions and 1 deletions

View file

@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (sceneContext.PrinterShape != null)
{
GLHelper.Render(sceneContext.PrinterShape, bedColor, RenderTypes.Shaded, world.ModelviewMatrix);
GLHelper.Render(sceneContext.PrinterShape, theme.BedColor, RenderTypes.Shaded, world.ModelviewMatrix);
}
}

View file

@ -42,6 +42,14 @@
"LightTextColor": "#9aabb1"
}
},
"BedColor": "#EFE8D7",
"UnderBedColor": "#DBD5C522",
"BedGridColors": {
"Red": "#7F0000",
"Green": "#267F00",
"Blue": "#0026FF",
"Line": "#B5B0A4"
},
"LightTextColor": "#00000000",
"BorderColor": "#657B83",
"BorderColor40": "#D3C492",