|
133 | 133 | #define kColorBrandGreen [UIColor colorWithHexString:@"0x3BBD79"]
|
134 | 134 | #define kColorBrandRed [UIColor colorWithHexString:@"0xFF5846"]
|
135 | 135 |
|
| 136 | +#pragma mark New Color |
| 137 | +#define kColorDark3 [UIColor colorWithHexString:@"0x323A45"] |
| 138 | +#define kColorDark4 [UIColor colorWithHexString:@"0x425063"] |
| 139 | +#define kColorDark7 [UIColor colorWithHexString:@"0x76808E"] |
| 140 | +#define kColorDarkA [UIColor colorWithHexString:@"0xA9B3BE"] |
| 141 | +#define kColorDarkD [UIColor colorWithHexString:@"0xD8DDE4"] |
| 142 | +#define kColorDarkF [UIColor colorWithHexString:@"0xF2F4F6"] |
| 143 | +#define kColorWhite [UIColor colorWithHexString:@"0xFFFFFF"] |
| 144 | +#define kColorActionGreen [UIColor colorWithHexString:@"0x2EBE76"] |
| 145 | +#define kColorActionRed [UIColor colorWithHexString:@"0xF56061"] |
| 146 | +#define kColorActionYellow [UIColor colorWithHexString:@"0xF3C232"] |
| 147 | + |
136 | 148 | #define kPlaceholderMonkeyRoundWidth(_width_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", _width_]]
|
137 | 149 | #define kPlaceholderMonkeyRoundView(_view_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", CGRectGetWidth(_view_.frame)]]
|
138 | 150 |
|
|
0 commit comments