UIColor

extension UIColor

To better support dark mode color switches.

  • Main UI color

    Declaration

    Swift

    static let mainUIColor: UIColor
  • Returns a colour opposite of trait collection (i.e. light gets black, dark gets white.)

    Declaration

    Swift

    static let blackAndWhite: UIColor
  • Declaration

    Swift

    static let keyboardColor: UIColor
  • Declaration

    Swift

    static let highlightKeyboardColor: UIColor
  • Default Light Appearance Keyboard

    Declaration

    Swift

    static let lightKeyboard: UIColor
  • Default Dark Appearance Keyboard

    Declaration

    Swift

    static let darkKeyboard: UIColor
  • Button Highlight Light Appearance Keyboard

    Declaration

    Swift

    static let highlightLightKeyboard: UIColor
  • Button Highlight Dark Appearance Keyboard

    Declaration

    Swift

    static let highlightDarkKeyboard: UIColor