Changes app tint color to Red (from Green)

This commit is contained in:
Riley Testut
2019-09-08 14:21:40 -07:00
parent c8336d6199
commit 2192a756b2
11 changed files with 17 additions and 80 deletions

View File

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

View File

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

View File

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