Fix cell icon tint colors

This commit is contained in:
Maurice Parker
2019-09-11 19:29:27 -05:00
parent 7ec360a81e
commit efcbdd642a
4 changed files with 8 additions and 52 deletions

View File

@@ -1,38 +0,0 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.267",
"alpha" : "1.000",
"blue" : "0.886",
"green" : "0.565"
}
}
},
{
"idiom" : "universal",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.549",
"alpha" : "1.000",
"blue" : "0.980",
"green" : "0.749"
}
}
}
]
}