Update Colors (#906)
This commit is contained in:
parent
c773c4391b
commit
6685470652
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"colors" : [
|
||||||
|
{
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0x7A",
|
||||||
|
"green" : "0x0C",
|
||||||
|
"red" : "0x2F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"colors" : [
|
||||||
|
{
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0x3B",
|
||||||
|
"green" : "0x06",
|
||||||
|
"red" : "0x17"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,9 +5,9 @@
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "0xBB",
|
"blue" : "0xFC",
|
||||||
"green" : "0x1C",
|
"green" : "0x2C",
|
||||||
"red" : "0x43"
|
"red" : "0x56"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"components" : {
|
"components" : {
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "0xFF",
|
"blue" : "0xFF",
|
||||||
"green" : "0x99",
|
"green" : "0x64",
|
||||||
"red" : "0x99"
|
"red" : "0x63"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
|
|
@ -47,6 +47,8 @@ public enum Asset {
|
||||||
}
|
}
|
||||||
public enum Brand {
|
public enum Brand {
|
||||||
public static let blurple = ColorAsset(name: "Colors/Brand/Blurple")
|
public static let blurple = ColorAsset(name: "Colors/Brand/Blurple")
|
||||||
|
public static let darkBlurple = ColorAsset(name: "Colors/Brand/Dark Blurple")
|
||||||
|
public static let eggplant = ColorAsset(name: "Colors/Brand/Eggplant")
|
||||||
public static let lightBlurple = ColorAsset(name: "Colors/Brand/Light Blurple")
|
public static let lightBlurple = ColorAsset(name: "Colors/Brand/Light Blurple")
|
||||||
}
|
}
|
||||||
public enum Button {
|
public enum Button {
|
||||||
|
|
Loading…
Reference in New Issue