Update Colors (#906)

This commit is contained in:
Marcus Kida 2023-01-24 01:49:41 +01:00 committed by GitHub
parent c773c4391b
commit 6685470652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 5 deletions

View File

@ -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
}
}

View File

@ -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
}
}

View File

@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xBB",
"green" : "0x1C",
"red" : "0x43"
"blue" : "0xFC",
"green" : "0x2C",
"red" : "0x56"
}
},
"idiom" : "universal"
@ -24,8 +24,8 @@
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0x99",
"red" : "0x99"
"green" : "0x64",
"red" : "0x63"
}
},
"idiom" : "universal"

View File

@ -47,6 +47,8 @@ public enum Asset {
}
public enum Brand {
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 enum Button {