KindlyTheme

public struct KindlyTheme : Theme

Default theme.

Contains fallback values.

  • Undocumented

    Declaration

    Swift

    public init()

Colors defined in API/server settings

  • Undocumented

    Declaration

    Swift

    public var background: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var botMessageBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var botMessageText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var buttonBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var buttonOutline: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var buttonText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var chatLogElements: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var navBarBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var navBarText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var inputBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var inputText: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var userMessageBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var userMessageText: UIColor? { get }

Manually defined colors (not from API)

  • Undocumented

    Declaration

    Swift

    public var buttonSelectedBackground: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var defaultShadow: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var inputCursor: UIColor? { get }
  • Undocumented

    Declaration

    Swift

    public var maintenanceHeaderBackground: UIColor? { get }