Make smart feed icon color configurable

This commit is contained in:
Maurice Parker
2019-04-28 15:11:02 -05:00
parent 00cb29c5c1
commit a5cfeb1f12
5 changed files with 30 additions and 5 deletions

View File

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