@interface UIColor (MapsMeColor) + (UIColor *)primaryDark; + (UIColor *)primary; + (UIColor *)primaryLight; + (UIColor *)fadeBackground; + (UIColor *)menuBackground; + (UIColor *)downloadBadgeBackground; + (UIColor *)pressBackground; + (UIColor *)yellow; + (UIColor *)green; + (UIColor *)red; + (UIColor *)errorPink; + (UIColor *)orange; + (UIColor *)linkBlue; + (UIColor *)linkBlueHighlighted; + (UIColor *)linkBlueDark; + (UIColor *)buttonRed; + (UIColor *)buttonRedHighlighted; + (UIColor *)blackPrimaryText; + (UIColor *)blackSecondaryText; + (UIColor *)blackStatusBarBackground; + (UIColor *)blackHintText; + (UIColor *)blackDividers; + (UIColor *)white; + (UIColor *)whitePrimaryText; + (UIColor *)whitePrimaryTextHighlighted; + (UIColor *)whiteSecondaryText; + (UIColor *)whiteHintText; + (UIColor *)whiteDividers; + (UIColor *)buttonDisabledBlueText; + (UIColor *)buttonHighlightedBlueText; + (UIColor *)alertBackground; + (UIColor *)blackOpaque; + (UIColor *)bookingBackground; + (UIColor *)opentableBackground; + (UIColor *)bannerBackground; + (UIColor *)colorWithName:(NSString *)colorName; + (void)setNightMode:(BOOL)mode; + (BOOL)isNightMode; - (UIColor *)opposite; @end