Skip to content

Commit a0ac1b1

Browse files
committed
新颜色规则
1 parent 3938072 commit a0ac1b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Coding_iOS/Coding_iOS-Prefix.pch.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@
133133
#define kColorBrandGreen [UIColor colorWithHexString:@"0x3BBD79"]
134134
#define kColorBrandRed [UIColor colorWithHexString:@"0xFF5846"]
135135

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+
136148
#define kPlaceholderMonkeyRoundWidth(_width_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", _width_]]
137149
#define kPlaceholderMonkeyRoundView(_view_) [UIImage imageNamed:[NSString stringWithFormat:@"placeholder_monkey_round_%.0f", CGRectGetWidth(_view_.frame)]]
138150

0 commit comments

Comments
 (0)