Add the ability to customize the smartfeed and folder color option using the Asset catalog
This commit is contained in:
parent
856006a19f
commit
93f4b29274
|
@ -76,8 +76,13 @@ struct AppAssets {
|
||||||
return UIImage(systemName: "arrowtriangle.up.circle")!
|
return UIImage(systemName: "arrowtriangle.up.circle")!
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
static var masterFolderColor: UIColor = {
|
||||||
|
return UIColor(named: "masterFolderColor")!
|
||||||
|
}()
|
||||||
|
|
||||||
static var masterFolderImage: UIImage = {
|
static var masterFolderImage: UIImage = {
|
||||||
return UIImage(systemName: "folder.fill")!
|
let image = UIImage(systemName: "folder.fill")!
|
||||||
|
return image.withTintColor(AppAssets.masterFolderColor, renderingMode: .alwaysOriginal)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var moreImage: UIImage = {
|
static var moreImage: UIImage = {
|
||||||
|
@ -109,7 +114,8 @@ struct AppAssets {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var smartFeedImage: UIImage = {
|
static var smartFeedImage: UIImage = {
|
||||||
return UIImage(systemName: "gear")!
|
let image = UIImage(systemName: "gear")!
|
||||||
|
return image.withTintColor(AppAssets.smartFeedColor, renderingMode: .alwaysOriginal)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var starColor: UIColor = {
|
static var starColor: UIColor = {
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -9,10 +9,28 @@
|
||||||
"color" : {
|
"color" : {
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"red" : "85",
|
"red" : "0x44",
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "85",
|
"blue" : "0xE2",
|
||||||
"green" : "85"
|
"green" : "0x90"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"appearances" : [
|
||||||
|
{
|
||||||
|
"appearance" : "luminosity",
|
||||||
|
"value" : "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"red" : "0x8C",
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0xFA",
|
||||||
|
"green" : "0xBF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,10 +27,10 @@
|
||||||
"color" : {
|
"color" : {
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"red" : "0.267",
|
"red" : "0x44",
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "0.886",
|
"blue" : "0xE1",
|
||||||
"green" : "0.565"
|
"green" : "0x90"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,28 @@
|
||||||
"color" : {
|
"color" : {
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"red" : "82",
|
"red" : "0x44",
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "205",
|
"blue" : "0xE2",
|
||||||
"green" : "133"
|
"green" : "0x90"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"appearances" : [
|
||||||
|
{
|
||||||
|
"appearance" : "luminosity",
|
||||||
|
"value" : "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"red" : "0.549",
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0.980",
|
||||||
|
"green" : "0.749"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue