Add bed colors to all themes
- Issue MatterHackers/MCCentral#5325 Migrate to themed bed colors
This commit is contained in:
parent
b3b576af4e
commit
0fca0ffdd2
6 changed files with 51 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue