Theme Settings

Property Name
Property Description

backdropBackgroundColor

string

The default backdrop background color.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d33

backdropFilterRadius

integer <int32> [ 0 .. 16 ]

The level of distortion applied to the backdrop of any LiSA widget that is rendered in an overlay.

Default value: 0

bodyFontScale

number <double> [ 0.1 .. 3 ]

LiSA widget measurements are relative to the root html element rem, assuming a root font size of 16px.

If a customer changed their website's root font size, given the value of the opposite scale factor applied by the customer, bodyFontScale helps compensate the divergence when converting from px to rem.

Example: Say, the root font size is set to 10px. We need to compensate for that in our rem-based measurements — which are now based on 10px and no longer on 16px in root font size. The required bodyFontScale value is 16 / 10 = 1.6.

Default value: 1

borderRadius

integer <int32> [ 0 .. 24 ]

The shape of a component's corners or the degree of their rounding, represented in pixels.

Default value: 12

boxShadowBlurRadius

integer <int32> [ 0 .. 24 ]

The blur-radius of a component's box shadow, represented in pixels.

Default value: 2

boxShadowColor

string

The color of a component's box shadow.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d0f

boxShadowOffsetX

integer <int32> [ 0 .. 8 ]

The horizontal offset of a component's box shadow, represented in pixels.

Default value: 0

boxShadowOffsetY

integer <int32> [ 0 .. 8 ]

The vertical offset of a component's box shadow, represented in pixels.

Default value: 1

boxShadowSpreadRadius

integer <int32> [ 0 .. 48 ]

The spread-radius of a component's box shadow, represented in pixels.

Default value: 0

gap

integer <int32> [ 0 .. 24 ]

The default gap between panels, rows, columns etc., represented in pixels.

Default value: 8

primaryColor

string

The default font color.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

primaryFontFamily

string

The font-family of the primary font.

Default value: sans-serif

primaryFontSize

integer <int32> [ 10 .. 24 ]

The primary font's default size as used in body copy components, represented in pixels.

Default value: 12

primaryLineHeight

integer <int32> [ 12 .. 32 ]

The primary font's default line-height as used in body copy components, represented in pixels.

Default value: 18

secondaryFontFamily

string

The font-family of the secondary font.

Default value: sans-serif

badgeAlignment

stringEnum: "center" "flex-end" "flex-start"

The horizontal alignment of badges.

  • center — Align badges in the center of the host container

  • flex-end — Align badges at the right edge of the host container

  • flex-start — Align badges at the left edge of the host container

Default value: center

badgeAvatarBorderGap

integer <int32> [ 0 .. 8 ]

The gap between the badge avatar and the border, represented in pixels.

Default value: 3

badgeAvatarBorderRadius

integer <int32> [ 0 .. 1 ]

The shape of the badge avatar corners or the degree of their rounding, represented in pixels.

Allowed values:

  • 0 — No border radius

  • 1 — Circular badge avatar

Default value: 1

badgeAvatarBorderWidth

integer <int32> [ 0 .. 3 ]

The width of the badge avatar border/ring, represented in pixels.

Default value: 3

badgeAvatarSize

integer <int32> [ 64 .. 128 ]

The size of the badge avatar image, represented in pixels.

Default value: 74

badgeCaptionFontFamily

string

The font family applied to the badge caption.

If not explicitly specified, value is inherited value from the primaryFontFamily theming option.

badgeCaptionFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the badge caption, represented in pixels.

Default value: 10

badgeCaptionFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the badge caption.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 600

badgeCaptionLineHeight

integer <int32> [ 12 .. 24 ]

The font line-height applied to the badge caption, represented in pixels.

Default value: 18

badgeGap

integer <int32> [ 8 .. 24 ]

The gap between badge components, represented in pixels.

Default value: 8

badgeIndicatorColor

string

The color of the badge indicator (ring).

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f95590

commentsAvatarBorderRadius

integer <int32> [ 0 .. 1 ]

The shape of the comment avatar corners or the degree of their rounding, represented in pixels.

Allowed values:

  • 0 — No border radius

  • 1 — Circular avatar

Default value: 10

commentsBackgroundColor

string

The background color of a comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #2b2b2b66

commentsBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of the comment corners or the degree of their rounding, represented in pixels.

Default value: 8

commentsColor

string

The font color of a comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

commentsCtaBackgroundColor

string

The background color applied to the comments CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

commentsCtaBorderColor

string

The border color applied to the comments CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

commentsCtaIconColor

string

The color of the comments CTA's icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

commentsCtaLabelColor

string

The font color applied to the comments CTA's label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

commentsGap

integer <int32> [ 0 .. 8 ]

The gap between two comments, represented in pixels.

Default value: 6

commentsInputColor

string

The font color of the comment input field.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

commentsInputFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to the comment input field.

Default value: 14

commentsInputLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to the comment input field.

Default value: 20

commentsInputPlaceholderColor

string

The font color of the comment input field placeholder.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff99

commentsLinkColor

string

The font color of a link in a comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d285f1

commentsModeratorBackgroundColor

string

The background color of a comment written by a moderator.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #30083b99

commentsModeratorColor

string

The font color of a comment written by a moderator.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

commentsPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding of a comment, represented in pixels.

Default value: 8

commentsPaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding of a comment, represented in pixels.

Default value: 4

commentsPinBackgroundColor

string

The background color of a pinned comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #30083b99

commentsPinColor

string

The font color of a pinned comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

commentsReplyToBackgroundColor

string

The background color of the original message in a reply-to comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000054

commentsReplyToColor

string

The font color of the original message in a reply-to comment.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffffdd

commentsReplyToFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to the original message in a reply-to comment.

Default value: 12

commentsReplyToLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to the original message in a reply-to comment.

Default value: 18

creatorAvatarBorderRadius

integer <int32> [ 0 .. 1 ]

The shape of the creator avatar corners or the degree of their rounding.

Allowed values:

  • 0 — No border radius

  • 1 — Circular creator avatar

Default value: 1

creatorAvatarSize

integer <int32> [ 24 .. 48 ]

The size of the creator avatar image, represented in pixels.

Default value: 42

dialogBackdropFilterRadius

integer <int32> [ 0 .. 16 ]

The level of distortion applied to the backdrop of a dialog.

Default value: 8

dialogBackgroundColor

string

The background color of a dialog.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffffdd

dialogBorderColor

string

The border color of a dialog.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #dadada80

dialogBorderRadius

integer <int32> [ 0 .. 32 ]

The shape of the dialog corners or the degree of their rounding, represented in pixels.

Default value: 16

dialogColor

string

The font color of a dialog.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #222023

dialogFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to a dialog.

Default value: 14

dialogGap

integer <int32> [ 0 .. 16 ]

The gap between dialog components, represented in pixels.

Default value: null

dialogLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to a dialog.

Default value: 20

dialogMutedFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to a muted dialog copy.

Default value: 12

dialogMutedLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to a muted dialog copy.

Default value: 18

dialogPadding

integer <int32> [ 0 .. 32 ]

The padding of a dialog, represented in pixels.

Default value: 12

dialogTitleFontSize

number <double> [ 10 .. 24 ]

The font size applied to a dialog title.

Default value: 14

dialogTitleLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to a dialog title.

Default value: 20

mediaItemEmojiCtaBackgroundColor

string

The background color of the media item emoji CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

mediaItemEmojiCtaBorderColor

string

The border color of the media item emoji CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

mediaItemEmojiCtaIconColor

string

The color of the media item emoji CTA icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

mediaItemEmojiCtaLabelColor

string

The color of the media item emoji CTA label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

mediaItemEmojiOnColor

string

The color of the media item emoji when it is selected.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ff0000

mediaItemInfoCreatorFontSize

integer <int32> [ 8 .. 18 ]

The font size applied to the media item info creator.

Default value: 14

mediaItemInfoCreatorFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the media item info creator.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 600

mediaItemInfoCreatorLineHeight

integer <int32> [ 10 .. 20 ]

The font line-height applied to the media item info creator.

Default value: 16

mediaItemInfoGap

integer <int32> [ 0 .. 8 ]

The gap between media item info components, represented in pixels.

Default value: 4

notificationsBackgroundColor

string

The background color of notifications.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffffcc

notificationsBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of the notifications corners or the degree of their rounding, represented in pixels.

Default value: 4

notificationsColor

string

The font color of notifications.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #000000cc

notificationsFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to notifications, represented in pixels.

Default value: 12

notificationsIconSize

integer <int32> [ 10 .. 24 ]

The size of the notification icon, represented in pixels.

Default value: 20

notificationsLineHeight

integer <int32> [ 12 .. 32 ]

The font line-height applied to notifications, represented in pixels.

Default value: 18

notificationsGap

integer <int32> [ 0 .. 8 ]

The gap between notifications, represented in pixels.

Default value: 4

notificationsPaddingHorizontal

integer <int32> [ 0 .. 8 ]

The horizontal padding of notifications, represented in pixels.

Default value: 4

notificationsPaddingVertical

integer <int32> [ 0 .. 8 ]

The vertical padding of notifications, represented in pixels.

Default value: 4

playerCanvasBorderRadius

integer <int32> [ 0 .. 32 ]

The shape of the player canvas corners or the degree of their rounding, represented in pixels.

Default value: 16

playerControlCtaGap

integer <int32> [ 0 .. 16 ]

The gap between the player control CTAs, represented in pixels.

Default value: 10

playerControlCtaHeight

integer <int32> [ 24 .. 48 ]

The height of the player control CTAs, represented in pixels.

Default value: 32

playerControlCtaWidth

integer <int32> [ 24 .. 48 ]

The width of the player control CTAs, represented in pixels.

Default value: 32

playerDismissCtaAlignment

string

playerDismissCtaBackgroundColor

string

The background color of the player dismiss CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

playerDismissCtaBorderColor

string

The border color of the player dismiss CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

playerDismissCtaIconColor

string

The color of the player dismiss CTA icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

playerDismissCtaIconHeight

integer <int32> [ 24 .. 48 ]

The height of the player dismiss CTA icon, represented in pixels.

Default value: 24

playerDismissCtaIconWidth

integer <int32> [ 24 .. 48 ]

The width of the player dismiss CTA icon, represented in pixels.

Default value: 24

playerDismissCtaMarginHorizontal

integer <int32> [ 0 .. 24 ]

The horizontal margin of the player dismiss CTA, represented in pixels.

If not explicitly specified, value is inherited value from the gap theming option.

playerDismissCtaMarginVertical

integer <int32> [ 0 .. 24 ]

The vertical margin of the player dismiss CTA, represented in pixels.

If not explicitly specified, value is inherited value from the gap theming option.

playerDismissCtaSize

integer <int32> [ 24 .. 48 ]

The size of the player dismiss CTA, represented in pixels.

If not explicitly specified, value is inherited value from the primaryControlSize theming option.

playerGap

integer <int32> [ 0 .. 16 ]

The default gap between components of the player, represented in pixels.

Default value: 16

playerHeaderColor

string

The color of the player header.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

playerHeaderFontSize

integer <int32> [ 8 .. 18 ]

The font size applied to the player header.

Default value: 12

playerHeaderGradientOpacity

number <double> [ 0 .. 1 ]

The opacity of the player header gradient.

Default value: 0.5

playerHeaderLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the player header.

Default value: 14

playerProgressBarFillColor

string

The color of the player's progress bar.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

playerProgressBarGap

integer <int32> [ 0 .. 8 ]

The gap between the player progress bar segments, represented in pixels.

Default value: 3

playerProgressBarHeight

integer <int32> [ 0 .. 4 ]

The height of the player progress bar, represented in pixels.

Default value: 2

playerProgressBarTrackColor

string

The color of the player's progress bar track.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000054

playerSkipItemCtaBackgroundColor

string

The background color of the player skip item CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

playerSkipItemCtaHeight

integer <int32> [ 16 .. 64 ]

The height of the player skip item CTA, represented in pixels.

Default value: 64

playerSkipItemCtaWidth

integer <int32> [ 16 .. 64 ]

The width of the player skip item CTA, represented in pixels.

Default value: 64

playerSkipListCtaColor

string

The color of the player skip list CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

playerSkipListCtaHeight

integer <int32> [ 16 .. 64 ]

The height of the player skip list CTA, represented in pixels.

Default value: 48

playerSkipListCtaWidth

integer <int32> [ 16 .. 64 ]

The width of the player skip list CTA, represented in pixels.

Default value: 48

playerZIndex

integer <int32> >= 0

The z-index of the player. All other components' stack positions are calculated based on the player's z-index. Default value: 210623

primaryControlBackdropFilterRadius

integer <int32> [ 0 .. 16 ]

The level of distortion applied to the backdrop of a primary control.

Default value: 8

primaryControlBackgroundColor

string

The background color of a primary control.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000033

primaryControlBorderColor

string

The border color of a primary control.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000033

primaryControlBorderWidth

number <double> [ 0 .. 1 ]

The width of the primary control border, represented in pixels.

Default value: 0

primaryControlBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of the primary control corners or the degree of their rounding, represented in pixels.

Default value: 8

primaryControlIconColor

string

The color of a primary control icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

primaryControlLabelColor

string

The color of a primary control label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

primaryControlSize

integer <int32> [ 42 .. 42 ]

The size of a primary control, represented in pixels.

Default value: 42

productCardBackgroundColor

string

The background colour of the product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardBorderColor

string

The color of the product card's border.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

productCardBorderWidth

integer <int32> [ 0 .. 12 ]

The width of the product card's border, represented in pixels.

Default value: 1

productCardBorderRadius

integer <int32> [ 0 .. 24 ]

The shape of the product card's corners or the degree of their rounding, represented in pixels.

Default value: null If not explicitly specified, value is inherited from the general borderRadius theming option.

productCardBrandColor

string

The font color applied to the product's brand name.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #3e5b71

productCardBrandFontFamily

string

The font family applied to the product's brand name.

If not explicitly specified, value is inherited value from the productCardFontFamily theming option.

productCardBrandFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the product's brand name, specified in pixels.

If not explicitly specified, value is inherited value from the productCardFontSize theming option.

productCardBrandFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the product's brand name.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 400

productCardBrandLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the product's brand name, specified in pixels.

If not explicitly specified, value is inherited value from the productCardLineHeight theming option.

productCardBrandMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's brand name component, specified in pixels.

Default value: 0

productCardBrandMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's brand name component, specified in pixels.

Default value: 0

productCardChapterMarkerColor

string

The color of the product card's chapter marker.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardChapterMarkerIconColor

string

The color of the product card's chapter marker icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardChapterMarkerOffBackgroundColor

string

The background color of the product card's chapter marker when it is not focused.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000033

productCardChapterMarkerOnBackgroundColor

string

The background color of the product card's chapter marker when it is focused.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000066

productCardColor

string

The default font color applied to the product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

productCardCtaAlignment

stringEnum: "flex-end" "flex-start"

The vertical alignment of the product card's CTA component.

Default value: flex-end

productCardCtaBackgroundColor

string

The background color applied to the product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardCtaBorderColor

string

The border color applied to the product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

productCardCtaBorderRadius

integer <int32> [ 0 .. 16 ]

The border radius applied to the product card CTA.

To ensure a smooth and consistent border radius, the default value results from subtracting the sum of

  • productCardPadding,

  • productCardInfoMarginBottom and

  • productCardCtaMargin

from the product card’s border radius.

productCardCtaBorderWidth

integer <int32> [ 0 .. 12 ]

The width of the product card CTA's border, represented in pixels.

Default value: 1

productCardCtaColor

string

The font color applied to the product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

productCardCtaDisabledBackgroundColor

string

The background color applied to the product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f1f0f1

productCardCtaDisabledBorderColor

string

The border color applied to the product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d9d9d9

productCardCtaDisabledColor

string

The font color applied to the product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #89838b

productCardCtaFontFamily

string

The font family applied to the product card CTA.

If not explicitly specified, value is inherited value from the productCardFontFamily theming option.

productCardCtaFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the product card CTA, represented in pixels.

If not explicitly specified, value is inherited value from the productCardFontSize theming option.

productCardCtaFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the product card CTA.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 700

productCardCtaLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the product card CTA, represented in pixels.

If not explicitly specified, value is inherited value from the productCardLineHeight theming option.

productCardCtaMargin

integer <int32> [ 0 .. 8 ]

The outer spacing added evenly to all edges of the product card CTA, represented in pixels.

Default value: 4

productCardCtaPadding

integer <int32> [ 0 .. 16 ]

The inner spacing added evenly to all edges of the product card CTA, represented in pixels.

Default value: 6

productCardCurrentPriceFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the product card's current price row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardFontSize theming option.

productCardCurrentPriceFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the product card's current price row.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 700

productCardCurrentPriceLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the product card's current price row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardLineHeight theming option.

productCardCurrentPriceMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's current price component, specified in pixels.

Default value: 0

productCardCurrentPriceMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's current price component, specified in pixels.

Default value: 0

productCardDiscountFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the product card's discount row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardFontSize theming option.

productCardDiscountLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the product card's discount row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardLineHeight theming option.

productCardDiscountMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's discount component, specified in pixels.

Default value: 0

productCardDiscountMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's discount component, specified in pixels.

Default value: 0

productCardEmojiColor

string

The font color applied to the product card's emoji icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #222023

productCardEmojiMarginHorizontal

integer <int32> [ 0 .. 12 ]

The horizontal outer spacing added evenly to all edges of the product card's emoji component, specified in pixels.

The emoji component renders the CTA used to add a product to wish list.

Default value: 4

productCardEmojiMarginVertical

integer <int32> [ 0 .. 12 ]

The vertical outer spacing added evenly to all edges of the product card's emoji component, specified in pixels.

The emoji component renders the CTA used to add a product to wish list.

Default value: 0

productCardEmojiOnColor

string

The color of the product card's emoji icon when it is selected.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ff6b9f

productCardFeaturedBackdropFilterRadius

integer <int32> [ 0 .. 16 ]

The level of distortion applied to the backdrop of a featured product card.

Default value: 4

productCardFeaturedBackgroundColor

string

The background color of a featured product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000066

productCardFeaturedBorderColor

string

The border color of a featured product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: transparent

productCardFeaturedBrandColor

string

The font color applied to the featured product's brand name.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedColor

string

The default font color applied to the featured product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedCtaBackgroundColor

string

The background color applied to the featured product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: transparent

productCardFeaturedCtaBorderColor

string

The border color applied to the featured product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedCtaColor

string

The font color applied to the featured product card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedCtaDisabledBackgroundColor

string

The background color applied to the featured product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f1f0f1

productCardFeaturedCtaDisabledBorderColor

string

The border color applied to the featured product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d9d9d9

productCardFeaturedCtaDisabledColor

string

The font color applied to the featured product card CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #89838b

productCardFeaturedEmojiColor

string

The font color applied to the featured product card's emoji icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedEmojiOnColor

string

The color of the featured product card's emoji icon when it is selected.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedPriceColor

string

The font color applied to the featured product's price.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFeaturedTitleColor

string

The font color applied to the featured product's title.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

productCardFontFamily

string

The default font family applied to the product card.

If not explicitly specified, value is inherited from the general primaryFontFamily theming option.

productCardFontSize

integer <int32> [ 8 .. 16 ]

The default font size applied to the product card, represented in pixels.

If not explicitly specified, value is inherited value from the general primaryFontSize theming option.

productCardGap

integer <int32> [ 0 .. 24 ]

The gap between the the product card's thumbnail and product info components, represented in pixels.

Default value: 8

productCardHighlightBorderColor

string

The border color of a highlighted product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

productCardHighlightBoxShadowBlurRadius

integer <int32> [ 0 .. 24 ]

The blur radius of the box shadow applied to a highlighted product card.

Default value: 8

productCardHighlightBoxShadowColor

string

The color of the box shadow applied to a highlighted product card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d285f1

productCardHighlightBoxShadowOffsetX

integer <int32> [ 0 .. 8 ]

The horizontal offset of the box shadow applied to a highlighted product card.

Default value: 0

productCardHighlightBoxShadowOffsetY

integer <int32> [ 0 .. 8 ]

The vertical offset of the box shadow applied to a highlighted product card.

Default value: 1

productCardHighlightBoxShadowSpreadRadius

integer <int32> [ 0 .. 48 ]

The spread radius of the box shadow applied to a highlighted product card.

Default value: 0

productCardInfoMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's product info component, specified in pixels.

Default value: 2

productCardInfoMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's product info component, specified in pixels.

Default value: 2

productCardLineHeight

integer <int32> [ 10 .. 24 ]

The default font line-height applied to the product card, represented in pixels.

If not explicitly specified, value is inherited value from the general primaryLineHeight theming option.

productCardMinHeight

integer <int32> [ 60 .. 120 ]

The minimum height of the product card, represented in pixels.

Default value: 60

productCardPadding

integer <int32> [ 0 .. 16 ]

The inner spacing added evenly to all edges the product card, specified in pixels.

Default value: 4

productCardPriceAlignment

stringEnum: "flex-end" "flex-start"

The vertical alignment of the product card's price info component.

Default value: flex-end

productCardPriceColor

string

The font color applied to the current price, if it represents the original price of the product.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #3e5b71

productCardSalePriceColor

string

The font color applied to the current price, if it represents the sale price of the product.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f42660

productCardThumbnailBorderRadius

integer <int32> [ 0 .. 16 ]

The border radius applied to the product card thumbnail.

To ensure a smooth and consistent border radius, the default value results from subtracting the sum of

  • productCardPadding and

  • productCardThumbnailMargin

from the product card’s border radius.

productCardThumbnailMargin

integer <int32> [ 0 .. 16 ]

The outer spacing added evenly to all edges of the product card thumbnail, represented in pixels.

Default value: 4

productCardTitleColor

string

The font color applied to the product's title.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

productCardTitleFontFamily

string

The font family applied to the product's title.

If not explicitly specified, value is inherited value from the productCardFontFamily theming option.

productCardTitleFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to the product's title.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 400

productCardTitleMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's title component, specified in pixels.

Default value: 0

productCardTitleMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's title component, specified in pixels.

Default value: 0

productCardUnitPriceFontSize

integer <int32> [ 10 .. 24 ]

The font size applied to the product card's unit pricing row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardFontSize theming option.

productCardUnitPriceLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to the product card's unit pricing row, represented in pixels.

If not explicitly specified, value is inherited value from the productCardLineHeight theming option.

productCardUnitPriceMarginBottom

integer <int32> [ 0 .. 8 ]

The outer spacing added below the product card's unit pricing component, specified in pixels.

Default value: 0

productCardUnitPriceMarginTop

integer <int32> [ 0 .. 8 ]

The outer spacing added above the product card's unit pricing component, specified in pixels.

Default value: 0

productListCtaBackgroundColor

string

The background color applied to the product list CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

productListCtaBorderColor

string

The border color applied to the product list CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

productListCtaIconColor

string

The color of the product list CTA's icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

productListCtaLabelColor

string

The font color applied to the product list CTA's label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

settingsAccentColor

string

The color applied to the settings components in selected/active state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #c23eea

settingsCtaBackgroundColor

string

The background color applied to a settings CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f1f0f1

settingsCtaBorderColor

string

The border color applied to a settings CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d9d9d9

settingsCtaBorderRadius

integer <int32> [ 0 .. 16 ]

The border radius applied to a settings CTA.

Default value: 8

settingsCtaColor

string

The font color applied to a settings CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

settingsCtaDisabledBackgroundColor

string

The background color applied to a settings CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f1f0f1

settingsCtaDisabledBorderColor

string

The border color applied to a settings CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #d9d9d9

settingsCtaDisabledColor

string

The font color applied to a settings CTA in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #89838b

settingsCtaFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to a settings CTA, represented in pixels.

Default value: 14

settingsCtaFontWeight

stringEnum: "100" "200" "300" "400" "500" "600" "700" "800" "900"

The font weight applied to a settings CTA.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 600

settingsCtaLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to a settings CTA, represented in pixels.

Default value: 20

settingsCtaPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding applied to a settings CTA, represented in pixels.

Default value: 16

settingsCtaPaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding applied to a settings CTA, represented in pixels.

Default value: 12

settingsInputActiveBorderColor

string

The border color applied to a settings input in focused/active state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #c23eea

settingsInputBackgroundColor

string

The background color applied to a settings input.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

settingsInputBorderColor

string

The border color applied to a settings input.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

settingsInputBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of a settings input's corners or the degree of their rounding, represented in pixels.

Default value: 8

settingsInputColor

string

The font color applied to a settings input.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #30083b

settingsInputDisabledBackgroundColor

string

The background color applied to a settings input in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f4f6f8

settingsInputDisabledBorderColor

string

The border color applied to a settings input in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

settingsInputDisabledColor

string

The font color applied to a settings input in disabled state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #89838b

settingsInputFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to a settings input, represented in pixels.

Default value: 14

settingsInputLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height applied to a settings input, represented in pixels.

Default value: 20

settingsInputPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding applied to a settings input, represented in pixels.

Default value: 16

settingsInputPaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding applied to a settings input, represented in pixels.

Default value: 12

settingsNeutralColor

string

The color applied to the settings components in neutral/in-active state.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #89838b

settingsOptionBackgroundColor

string

The background color applied to a settings option.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

settingsOptionBorderColor

string

The border color applied to a settings option.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: transparent

settingsOptionBorderWidth

integer <int32> [ 0 .. 10 ]

The width of the border applied to a settings option, represented in pixels.

Default value: 1

settingsOptionBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of a settings options's corners or the degree of their rounding, represented in pixels.

Default value: 8

settingsOptionGap

integer <int32> [ 0 .. 16 ]

The spacing between settings options, represented in pixels.

Default value: 12

settingsOptionPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding applied to a settings option, represented in pixels.

Default value: 12

settingsOptionPaddingVertical

integer <int32> [ 0 .. 16 ]

The verticla padding applied to a settings option, represented in pixels.

Default value: 12

shoppingCartCtaBackgroundColor

string

The background color applied to the shopping cart CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

shoppingCartCtaBorderColor

string

The border color applied to the shopping cart CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

shoppingCartCtaIconColor

string

The color of the shopping cart CTA's icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

shoppingCartCtaLabelColor

string

The font color applied to the shopping cart CTA's label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

socialSharingCtaBackgroundColor

string

The background color applied to the social sharing CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

socialSharingCtaBorderColor

string

The border color applied to the social sharing CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

socialSharingCtaIconColor

string

The color of the social sharing CTA's icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

socialSharingCtaLabelColor

string

The font color applied to the social sharing CTA's label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

sponsorBadgeColor

string

The font colour of the sponsor badge.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the playerHeaderColor theming option.

sponsorBadgeFontFamily

string

The font family applied to the sponsor badge.

If not explicitly specified, value is inherited value from the primaryFontFamily theming option.

sponsorBadgeFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sponsor badge, specified in pixels.

If not explicitly specified, value is inherited value from the playerHeaderFontSize theming option.

sponsorBadgeIconColor

string

The colour of the sponsor badge icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the sponsorBadgeColor theming option.

sponsorBadgeIconSize

integer <int32> [ 10 .. 24 ]

The size of the sponsor badge icon, specified in pixels.

Default value: 18

sponsorBadgeLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height of the sponsor badge, specified in pixels.

If not explicitly specified, value is inherited value from the playerHeaderLineHeight theming option.

stickerBadgeBackgroundColor

string

The background color applied to the sticker badge.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBackgroundColor theming option.

stickerBadgeBorderColor

string

The border color applied to the sticker badge.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlBorderColor theming option.

stickerBadgeColor

string

The font color of the sticker badge label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryColor theming option. Please see primaryColor for its default value.

stickerBadgeFontFamily

string

The font family of the sticker badge label.

If not explicitly specified, value is inherited value from the primaryFontFamily theming option.

stickerBadgeFontSize

integer <int32> [ 8 .. 16 ]

The font size applied to the sticker's badge value, specified in pixels.

If not explicitly specified, value is inherited value from the primaryFontSize theming option.

stickerBadgeIconBackgroundColor

string

The background colour of the sticker badge icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

stickerBadgeIconColor

string

The color of the sticker badge's icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlIconColor theming option.

stickerBadgeIconShadowColor

string

The shadow/stoke colour of the sticker badge icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #000000

stickerBadgeIconShadowVerticalLength

integer <int32> [ 0 .. 10 ]

The the shadow/stoke size of the sticker's badge icon, represented in pixels.

Default value: 2

stickerBadgeLabelColor

string

The font color applied to the sticker badge's label.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryControlLabelColor theming option.

stickerBadgeLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height of the sticker badge label, specified in pixels.

If not explicitly specified, value is inherited value from the primaryLineHeight theming option.

stickerBadgeShadowColor

string

The shadow/stroke color of the sticker badge.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #bcbcba

stickerBadgeShadowVerticalLength

integer <int32> [ 0 .. 10 ]

The shadow/stroke size of the sticker badge, represented in pixels.

Default value: 2

stickerCardBackgroundColor

string

The background colour of the sticker card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

stickerCardBorderRadius

integer <int32> [ 0 .. 24 ]

The shape of the corners or the degree of their rounding of the sticker card, represented in pixels.

If not explicitly specified, value is inherited from the general borderRadius theming option.

stickerCardChoiceBackgroundColor

string

The background colour of the sticker card choice CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

stickerCardChoiceBorderColor

string

The border colour of the sticker card choice CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the settingsOptionBorderColor theming option.

stickerCardChoiceBorderRadius

integer <int32> [ 0 .. 24 ]

The border radius of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionBorderRadius theming option.

stickerCardChoiceBorderWidth

integer <int32> [ 0 .. 10 ]

The border width of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionBorderWidth theming option.

stickerCardChoiceColor

string

The font colour of the sticker card choice CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardChoiceFontFamily

string

The font family of the sticker card choice CTA.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardChoiceFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the dialogFontSize theming option.

stickerCardChoiceGap

integer <int32> [ 0 .. 16 ]

The spacing between components of a sticker card choice CTA, specified in pixels.

Default value: 8

stickerCardChoiceLineHeight

integer <int32> [ 10 .. 24 ]

The line-height of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the dialogLineHeight theming option.

stickerCardChoicePaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionPaddingHorizontal theming option.

stickerCardChoicePaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding of the sticker card choice CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionPaddingVertical theming option.

stickerCardChoiceResultBackgroundColor

string

The background color of the sticker card choice CTA in result display mode.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #91ef19

stickerCardChoiceShadowColor

string

The shadow/stroke colour of the sticker card choice CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

stickerCardChoiceShadowVerticalLength

integer <int32> [ 0 .. 10 ]

The shadow/stroke size of the sticker card choice CTA, represented in pixels.

Default value: 2

stickerCardColor

string

The font color of the sticker card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the primaryColor theming option.

stickerCardCtaBackgroundColor

string

The background colour of the sticker card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

stickerCardCtaBorderColor

string

The border colour of the sticker card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: transparent

stickerCardCtaBorderRadius

integer <int32> [ 0 .. 24 ]

The border radius of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionBorderRadius theming option.

stickerCardCtaBorderWidth

integer <int32> [ 0 .. 10 ]

The border width of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionBorderWidth theming option.

stickerCardCtaColor

string

The font colour of the sticker card CTA.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

stickerCardCtaFontFamily

string

The cta font family applied to the sticker card.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardCtaFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the dialogFontSize theming option.

stickerCardCtaLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the dialogLineHeight theming option.

stickerCardCtaPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionPaddingHorizontal theming option.

stickerCardCtaPaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding of the sticker card CTA, specified in pixels.

If not explicitly specified, value is inherited value from the settingsOptionPaddingVertical theming option.

stickerCardFontFamily

string

The font family of the sticker card.

If not explicitly specified, value is inherited value from the primaryFontFamily theming option.

stickerCardFontSize

integer <int32> [ 8 .. 16 ]

The font size of the sticker card, specified in pixels.

If not explicitly specified, value is inherited value from the primaryFontSize theming option.

stickerCardHeaderBackgroundColor

string

The background colour of the sticker card header.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #f4f6f8

stickerCardHeaderBorderColor

string

The border colour of the sticker card header.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #e2e8ec

stickerCardHeaderBorderWidth

integer <int32> [ 0 .. 10 ]

The border width of the sticker card header, represented in pixels.

Default value: 1

stickerCardLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height if the sticker card, specified in pixels.

If not explicitly specified, value is inherited value from the primaryLineHeight theming option.

stickerCardShadowColor

string

The shadow/stroke color of the sticker card.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #bcbcba

stickerCardShadowVerticalLength

integer <int32> [ 0 .. 16 ]

The shadow/stroke size of the sticker card, represented in pixels.

Default value: 4

stickerCardSubtitleColor

string

The font colour of the sticker card subtitle.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardSubtitleFontFamily

string

The font family of the sticker card subtitle.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardSubtitleFontSize

number <double> [ 8 .. 18 ]

The font size of the sticker card subtitle, specified in pixels.

Default value: 10

stickerCardSubtitleLineHeight

number <double> [ 10 .. 24 ]

The line-height of the sticker card subtitle, specified in pixels.

Default value: 14

stickerCardThankYouMessageColor

string

The font color of the sticker card thank you message.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardThankYouMessageFontFamily

string

The font family of the sticker card thank you message.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardThankYouMessageFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card thank you message.

If not explicitly specified, value is inherited value from the stickerCardFontSize theming option.

stickerCardThankYouMessageLineHeight

integer <int32> [ 10 .. 24 ]

The line height of the sticker card thank you message.

If not explicitly specified, value is inherited value from the stickerCardLineHeight theming option.

stickerCardTimerBackgroundColor

string

The background colour of the sticker card timer.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

stickerCardTimerColor

string

The font colour of the sticker card timer.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardTimerDigitBackgroundColor

string

The background colour of the sticker card timer digit.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0c1f2d

stickerCardTimerDigitColor

string

The font colour of the sticker card timer digit.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

stickerCardTimerDigitFontFamily

string

The font family applied to the sticker card timer digit.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardTimerDigitFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card timer digit, specified in pixels.

Default value: 14

stickerCardTimerDigitLineHeight

integer <int32> [ 10 .. 24 ]

The line-height of the sticker card timer digit, specified in pixels.

Default value: 18

stickerCardTimerFontFamily

string

The font family of the sticker card timer.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardTimerFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card timer, specified in pixels.

Default value: 10

stickerCardTimerLineHeight

integer <int32> [ 10 .. 18 ]

The line-height of the sticker card timer, specified in pixels.

Default value: 14

stickerCardTimerShadowColor

string

The shadow/stroke colour of the sticker card timer.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #b1a9ac

stickerCardTimerShadowVerticalLength

integer <int32> [ 0 .. 10 ]

The shadow/stroke size of the sticker card timer, represented in pixels.

Default value: 2

stickerCardTitleColor

string

The font colour of the sticker card title.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardTitleFontFamily

string

The font family of the sticker card title.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardTitleFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card title, specified in pixels.

Default value: 14

stickerCardTitleLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height of the sticker card title, specified in pixels.

Default value: 18

stickerCardTotalAnswersCountColor

string

The font color of the sticker card total answers count.

If not explicitly specified, value is inherited value from the stickerCardColor theming option.

stickerCardTotalAnswersCountFontFamily

string

The font family of the sticker card total answers count.

If not explicitly specified, value is inherited value from the stickerCardFontFamily theming option.

stickerCardTotalAnswersCountFontSize

integer <int32> [ 8 .. 18 ]

The font size of the sticker card total answers count.

If not explicitly specified, value is inherited value from the stickerCardFontSize theming option.

stickerCardTotalAnswersCountLineHeight

integer <int32> [ 10 .. 24 ]

The line height of the sticker card total answers count.

If not explicitly specified, value is inherited value from the stickerCardLineHeight theming option.

subtitlesBackgroundColor

string

The background colour of the subtitles.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #00000099

subtitlesBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of the corners or the degree of their rounding of the subtitles, represented in pixels.

subtitlesColor

string

The font colour of the subtitles.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ffffff

subtitlesFontSize

integer <int32> [ 8 .. 18 ]

The font size of the subtitles, specified in pixels.

Default value: 14

subtitlesFontWeight

string

The font weight of the subtitles.

<font-weight-absolute> numeric values [1,1000].

  • 100

  • 200

  • 300

  • 400 — normal

  • 500

  • 600

  • 700 — bold

  • 800

  • 900

Default value: 400

subtitlesLineHeight

integer <int32> [ 10 .. 24 ]

The line height of the subtitles, specified in pixels.

Default value: 28

subtitlesPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding applied to the subtitles, specified in pixels.

Default value: 8

subtitlesPaddingVertical

integer <int32> [ 0 .. 16 ]

The vertical padding applied to the subtitles, specified in pixels.

Default value: 4

toastBackgroundColor

string

The background colour of a toast message.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #0006

toastBorderColor

string

The border colour of a toast message.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: transparent

toastBorderRadius

integer <int32> [ 0 .. 16 ]

The shape of the corners or the degree of their rounding of a toast message, represented in pixels.

Default value: 4

toastBorderWidth

integer <int32> [ 0 .. 8 ]

The border width of a toast message, specified in pixels.

Default value: 1

toastColor

string

The font colour of a toast message.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #fffc

toastPaddingHorizontal

integer <int32> [ 0 .. 16 ]

The horizontal padding applied to a toast message, specified in pixels.

Default value: 8

toastPaddingVertical

integer <int32> [ 0 .. 8 ]

The vertical padding applied to a toast message, specified in pixels.

Default value: 4

videoControlsColor

string

The font colour of the video controls.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #fff

videoControlsFontFamily

string

The font family of the video controls.

If not explicitly specified, value is inherited value from the primaryFontFamily theming option.

videoControlsFontSize

integer <int32> [ 10 .. 18 ]

The font size of the video controls, specified in pixels.

Default value: 12

videoControlsIconColor

string

The colour of the video controls icons.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #fff

videoControlsLineHeight

integer <int32> [ 12 .. 24 ]

The line-height of the video controls, specified in pixels.

Default value: 18

videoControlsProgressBarBaseBackgroundColor

string

The background colour of the video controls progress bar base.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #fff6

videoControlsProgressBarElapsedBackgroundColor

string

The background colour of the video controls progress bar, showing elapsed time.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ec007a

videoControlsProgressBarHoveredBackgroundColor

string

The background colour of the video controls progress bar when hovered.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #fff9

videoControlsProgressBarThumbColor

string

The colour of the video controls progress bar thumb.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

Default value: #ec007a

viewerCounterColor

string

The font colour of the viewer counter.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the playerHeaderColor theming option.

viewerCounterFontSize

integer <int32> [ 8 .. 18 ]

The font size of the viewer counter, specified in pixels.

If not explicitly specified, value is inherited value from the playerHeaderFontSize theming option.

viewerCounterIconColor

string

The colour of the viewer counter icon.

The value can either be specified as

  • Named color according to definition.

  • RGB Hexadecimal

  • RGB (Red, Green, Blue)

  • RGBA (Red, Green, Blue, Alpha)

If not explicitly specified, value is inherited value from the viewerCounterColor theming option.

viewerCounterIconSize

integer <int32> [ 10 .. 24 ]

The size of the viewer counter icon, specified in pixels.

Default value: 18

viewerCounterLineHeight

integer <int32> [ 10 .. 24 ]

The font line-height of the viewer counter, specified in pixels.

If not explicitly specified, value is inherited value from the playerHeaderLineHeight theming option.

Last updated