color added.
This commit is contained in:
parent
9e2b9ea950
commit
9f07e15578
@ -24,6 +24,7 @@
|
|||||||
+ (nonnull UIColor *)mvmOrange;
|
+ (nonnull UIColor *)mvmOrange;
|
||||||
+ (nonnull UIColor *)mfPumpkinColor;
|
+ (nonnull UIColor *)mfPumpkinColor;
|
||||||
+ (nonnull UIColor *)mfShamrock;
|
+ (nonnull UIColor *)mfShamrock;
|
||||||
|
+ (nonnull UIColor *)mvmGreen;
|
||||||
+ (nonnull UIColor *)mfCerulean;
|
+ (nonnull UIColor *)mfCerulean;
|
||||||
+ (nonnull UIColor *)mfWhiteTwo;
|
+ (nonnull UIColor *)mfWhiteTwo;
|
||||||
|
|
||||||
|
|||||||
@ -61,6 +61,10 @@
|
|||||||
return [UIColor mfColor8bitsWithRed:0 green:134 blue:49 alpha:1.0];
|
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 {
|
+ (nonnull UIColor *)mfCerulean {
|
||||||
return [UIColor mfColor8bitsWithRed:0 green:122 blue:184 alpha:1.0];
|
return [UIColor mfColor8bitsWithRed:0 green:122 blue:184 alpha:1.0];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user