mono0926
9/27/2016 - 1:01 AM

UIColor+JoinUs.swift

import UIKit

extension UIColor {
    struct JoinUs {
        private init() {}
        /** #6DC19E */
        static let theme = #colorLiteral(red: 0.4274509804, green: 0.7568627451, blue: 0.6196078431, alpha: 1)
        /** #FF7700 */
        static let notification = #colorLiteral(red: 1, green: 0.4666666667, blue: 0, alpha: 1)
        /** #FB7575 */
        static let negative = #colorLiteral(red: 0.9843137255, green: 0.4588235294, blue: 0.4588235294, alpha: 1)
        /** #2C2C2C */
        static let darkBackground = #colorLiteral(red: 0.1725490196, green: 0.1725490196, blue: 0.1725490196, alpha: 1)
        /** #575757 */
        static let darkLightBackground = #colorLiteral(red: 0.3411764706, green: 0.3411764706, blue: 0.3411764706, alpha: 1)
    }
}