Theme

public protocol Theme

Represents them with color palette. Currenly supports only color palettes.

  • identifier for theme.

    Declaration

    Swift

    var identifier: String { get }
  • colorPalette represented by theme instance.

    Declaration

    Swift

    var colorPalette: MainColorPalette.Type { get }