green
This commit is contained in:
parent
ef7a184afc
commit
3e38234d12
@ -24,6 +24,7 @@
|
||||
+ (nonnull UIColor *)mvmOrange;
|
||||
+ (nonnull UIColor *)mfPumpkinColor;
|
||||
+ (nonnull UIColor *)mfShamrock;
|
||||
+ (nonnull UIColor *)mvmGreen;
|
||||
+ (nonnull UIColor *)mfCerulean;
|
||||
+ (nonnull UIColor *)mfWhiteTwo;
|
||||
|
||||
|
||||
@ -61,6 +61,10 @@
|
||||
return [UIColor mfColor8bitsWithRed:0 green:134 blue:49 alpha:1.0];
|
||||
}
|
||||
|
||||
+ (nonnull UIColor *)mvmGreen {
|
||||
return [UIColor mfColor8bitsWithRed:0 green:134 blue:48 alpha:1.0];
|
||||
}
|
||||
|
||||
+ (nonnull UIColor *)mfCerulean {
|
||||
return [UIColor mfColor8bitsWithRed:0 green:122 blue:184 alpha:1.0];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user