|
118 | 118 | #define kBadgeTipStr @"badgeTip"
|
119 | 119 |
|
120 | 120 | #define kDefaultLastId [NSNumber numberWithInteger:99999999]
|
| 121 | + |
121 | 122 | #define kColor999 [UIColor colorWithHexString:@"0x999999"]
|
122 | | -#define kColorTableBG [UIColor colorWithHexString:@"0xfafafa"] |
123 | | -#define kColorTableSectionBg [UIColor colorWithHexString:@"0xeeeeee"] |
| 123 | +#define kColorTableBG [UIColor colorWithHexString:@"0xFFFFFF"] |
| 124 | +#define kColorTableSectionBg [UIColor colorWithHexString:@"0xF2F4F6"] |
124 | 125 | #define kColorBrandGreen [UIColor colorWithHexString:@"0x3bbc79"]
|
125 | 126 | #define kColorDDD [UIColor colorWithHexString:@"0xDDDDDD"]
|
126 | 127 | #define kColorNavBG [UIColor colorWithHexString:@"0xFAFAFA"]
|
127 | 128 | #define kColorNavTitle [UIColor colorWithHexString:@"0x323A45"]
|
128 | | - |
129 | 129 | #define kImage999 [UIImage imageWithColor:kColor999]
|
130 | 130 |
|
131 | 131 | #define kPlaceholderMonkeyRoundWidth(_width_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", _width_]]
|
|
0 commit comments