|
119 | 119 |
|
120 | 120 | #define kDefaultLastId [NSNumber numberWithInteger:99999999]
|
121 | 121 |
|
| 122 | +#define kColorNavBG [UIColor colorWithHexString:@"0xFAFAFA"] |
| 123 | +#define kColorNavTitle [UIColor colorWithHexString:@"0x323A45"] |
| 124 | +#define kColorTableBG [UIColor colorWithHexString:@"0xFFFFFF"] |
| 125 | +#define kColorTableSectionBg [UIColor colorWithHexString:@"0xF2F4F6"] |
122 | 126 | #define kColor222 [UIColor colorWithHexString:@"0x222222"]
|
123 | 127 | #define kColor666 [UIColor colorWithHexString:@"0x666666"]
|
124 | 128 | #define kColor999 [UIColor colorWithHexString:@"0x999999"]
|
125 | 129 | #define kColorDDD [UIColor colorWithHexString:@"0xDDDDDD"]
|
126 | | -#define kColorTableBG [UIColor colorWithHexString:@"0xFFFFFF"] |
127 | | -#define kColorTableSectionBg [UIColor colorWithHexString:@"0xF2F4F6"] |
128 | 130 | #define kColorBrandGreen [UIColor colorWithHexString:@"0x3BBD79"]
|
129 | | -#define kColorNavBG [UIColor colorWithHexString:@"0xFAFAFA"] |
130 | | -#define kColorNavTitle [UIColor colorWithHexString:@"0x323A45"] |
| 131 | +#define kColorBrandRed [UIColor colorWithHexString:@"0xFF5846"] |
131 | 132 |
|
132 | 133 | #define kPlaceholderMonkeyRoundWidth(_width_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", _width_]]
|
133 | 134 | #define kPlaceholderMonkeyRoundView(_view_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", CGRectGetWidth(_view_.frame)]]
|
|
0 commit comments