We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30d5a5 commit fffafc6Copy full SHA for fffafc6
Coding_iOS/Coding_iOS-Prefix.pch.example
@@ -148,6 +148,8 @@
148
#define kColorBrandBlue [UIColor colorWithHexString:@"0x0060FF"]
149
#define kColorBrandRed [UIColor colorWithHexString:@"0xF56061"]
150
#define kColorBrandOrange [UIColor colorWithHexString:@"0xF68435"]
151
+#define kColorLightBlue [UIColor colorWithHexString:@"0x136BFB"]
152
+#define kColorLinkBlue [UIColor colorWithHexString:@"0x2D59A2"]
153
154
#pragma mark New Color
155
#define kColorDark2 [UIColor colorWithHexString:@"0x272C33"]
0 commit comments