Update one theme for custom bed colors
- Issue MatterHackers/MCCentral#5325 Migrate to themed bed colors
This commit is contained in:
parent
92a3693772
commit
eeb3410bc4
2 changed files with 9 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue