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

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