Fix full screen image background color for dark mode

This commit is contained in:
Maurice Parker
2019-10-16 20:53:49 -05:00
parent eca5f8259a
commit 76d7c0256a
4 changed files with 40 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"platform" : "ios",
"reference" : "systemBackgroundColor"
}
},
{
"idiom" : "universal",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "gray-gamma-22",
"components" : {
"white" : "0.000",
"alpha" : "1.000"
}
}
}
]
}