Skip to content

Commit 860cc83

Browse files
committed
pch
1 parent 5956d07 commit 860cc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Coding_iOS/Coding_iOS-Prefix.pch.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@
118118
#define kBadgeTipStr @"badgeTip"
119119

120120
#define kDefaultLastId [NSNumber numberWithInteger:99999999]
121+
121122
#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"]
124125
#define kColorBrandGreen [UIColor colorWithHexString:@"0x3bbc79"]
125126
#define kColorDDD [UIColor colorWithHexString:@"0xDDDDDD"]
126127
#define kColorNavBG [UIColor colorWithHexString:@"0xFAFAFA"]
127128
#define kColorNavTitle [UIColor colorWithHexString:@"0x323A45"]
128-
129129
#define kImage999 [UIImage imageWithColor:kColor999]
130130

131131
#define kPlaceholderMonkeyRoundWidth(_width_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", _width_]]

0 commit comments

Comments
 (0)