PublicPortalTheme: {
    accentColor?: string;
    primaryColor?: string;
    surfaceColor?: string;
    textColor?: string;
}

Type declaration

  • Optional accentColor?: string

    secondary tint used on subtle portal accents

  • Optional primaryColor?: string

    dominant brand color used on the portal UI

  • Optional surfaceColor?: string

    override background/surface tone

  • Optional textColor?: string

    override portal text color