Theme

public protocol Theme

Undocumented

Colors defined in API/server settings

  • Undocumented

    Declaration

    Swift

    var background: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var botMessageBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var botMessageText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var buttonBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var buttonOutline: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var buttonText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var chatLogElements: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var navBarBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var navBarText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var inputBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var inputText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var userMessageBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    var userMessageText: UIColor? { get }

Manually defined colors (not from API)