Set highlight background colors for "Delete Account"

This matches the colors from the "Contacts" app
This commit is contained in:
Jonathan Bennett
2019-10-28 00:53:09 -04:00
parent 25411ead45
commit 6e973fb5ed
2 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,38 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0xD1",
"alpha" : "1.000",
"blue" : "0xD6",
"green" : "0xD1"
}
}
},
{
"idiom" : "universal",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0x3A",
"alpha" : "1.000",
"blue" : "0x3C",
"green" : "0x3A"
}
}
}
]
}