Theme

public protocol Theme

Theme

Protocol that allows you change visual appearance a bit.

  • Text font of both list labels and input textfield.

    Declaration

    Swift

    var font: UIFont { get }
  • Color of textfield’s text.

    Suggestion list’s text color is calculated using this color by changing alpha channel value to 0.3.

    Declaration

    Swift

    var textColor: UIColor { get }
  • Color of list’s background.

    Declaration

    Swift

    var listBackgroundColor: UIColor { get }