Add missing theme values

- Issue MatterHackers/MCCentral#4515
Missing theme definitions
This commit is contained in:
John Lewin 2018-11-07 18:01:43 -08:00
parent e296a862d9
commit adde521e31
2 changed files with 3 additions and 3 deletions

View file

@ -75,5 +75,5 @@
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#00000000",
"SectionBackgroundColor": "#00000000"
"SectionBackgroundColor": "#393939"
}

View file

@ -44,7 +44,7 @@
"BorderColor": "#666666",
"BorderColor40": "#D3C492",
"BorderColor20": "#F3EFE2",
"RowBorder": "#00000000",
"RowBorder": "#dedede",
"DropList": {
"Open": {
"BackgroundColor": "#ccc",
@ -75,5 +75,5 @@
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#00000000"
"SectionBackgroundColor": "#e6e6e6"
}