Fixing BedBackgroundColor for all themes

This commit is contained in:
Lars Brubaker 2021-05-24 12:18:18 -07:00
parent 397c040999
commit 8ad261c411
5 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl
{
public class ThemeSet
{
public static int LatestSchemeVersion { get; } = 20190413;
public static int LatestSchemeVersion { get; } = 20210524;
/// <summary>
/// The identifier to use for this combination of accent colors, theme and menu theme

View file

@ -74,7 +74,7 @@
},
"DisabledColor": "#FBFBFB",
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"BedBackgroundColor": "#3B3B3B",
"PrimaryAccentColor": "#00000000",
"SectionBackgroundColor": "#393939"
"SectionBackgroundColor": "#3B3B3B"
}

View file

@ -86,7 +86,7 @@
},
"DisabledColor": "#505050",
"SplashAccentColor": "#EEEEEE",
"BedBackgroundColor": "#00000000",
"BedBackgroundColor": "#323232",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#404040"
}

View file

@ -74,7 +74,7 @@
},
"DisabledColor": "#DDDDDD",
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"BedBackgroundColor": "#ECECEC",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#e6e6e6"
}

@ -1 +1 @@
Subproject commit 952f37ff18425598fcebdff2b0e8057dfa9394e8
Subproject commit ac83f1da1840d97dabf78f399c8cc74920990f6d