For the complete documentation index, see llms.txt. This page is also available as Markdown.

theme

Visual theme of the SDK (colors, logo, and typography).

Details

Attribute: theme

Type: Theme

Default value: undefined

Theme

Field
Type
Description

fontName

string

Font name.

logo

string

Path or URL of the logo.

primaryColor

string

Primary color.

secondaryColor

string

Secondary color.

tertiaryColor

string

Tertiary color.

backgroundColor

string (optional)

Background color.

Morphology

provider.theme = {
    logo: '/assets/img/logo.jpg',
    primaryColor: 'blue',
    secondaryColor: 'white',
    tertiaryColor: 'black'
};

Description

Visual theme object applied by facephi-sdk-provider to child components (colors, typography, and logo).


Example

Last updated