// // ThemeManager.swift // Lookfit // // Created by lemo. on 2020/3/7. // Copyright © 2020 Sheldon. All rights reserved. // import UIKit struct ThemeManager { static let tabBarColor: UIColor = .white static let commonBgColor: UIColor = .white static let bgColor: UIColor = kHexColor(0xFAFAFA) static let commonTextColor: UIColor = kHexColor(0x2A2A2A) static let navBarFont: UIFont = SystemMediumFont(18) }