Fix StarColor name

This commit is contained in:
Maurice Parker 2020-08-19 21:13:58 -05:00
parent b0e7ae0324
commit 670d45fffd
2 changed files with 10 additions and 30 deletions

View File

@ -1,20 +0,0 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.204",
"green" : "0.776",
"red" : "0.976"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -1,20 +1,20 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.976",
"alpha" : "1.000",
"blue" : "0.204",
"green" : "0.776"
"green" : "0.776",
"red" : "0.976"
}
}
},
"idiom" : "universal"
}
]
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}