diff --git a/UI7Kit/UI7Color.m b/UI7Kit/UI7Color.m index 3c10cbf..dff2071 100644 --- a/UI7Kit/UI7Color.m +++ b/UI7Kit/UI7Color.m @@ -25,11 +25,11 @@ - (UIColor *)highligtedColor { @implementation UI7Color + (UIColor *)defaultBarColor { - return [UIColor colorWith8bitWhite:255 alpha:250]; + return [UIColor colorWith8bitWhite:255 alpha:167]; } + (UIColor *)blackBarColor { - return [UIColor colorWith8bitWhite:90 alpha:250]; + return [UIColor colorWith8bitWhite:0 alpha:167]; } + (UIColor *)blackTabBarColor {