Skip to content

Commit 28d3bc9

Browse files
bomberfishcryptoAlgorithm
authored andcommitted
Use official blurple color from Discord's Branding Guidelines
The blurple color from https://discord.com/branding is stated as being `#5865F2`, however Swiftcord currently uses `#5664FF`.
1 parent e21befc commit 28d3bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Swiftcord/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "srgb",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "0xFF",
9-
"green" : "0x64",
10-
"red" : "0x56"
8+
"blue" : "0xF2",
9+
"green" : "0x65",
10+
"red" : "0x58"
1111
}
1212
},
1313
"idiom" : "universal"

0 commit comments

Comments
 (0)