> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BrandingThemes

```ts Example theme={null}
export interface BrandingThemes {
  default: {
    borders: Record<string, string | boolean | number>;
    colors: Record<string, string>;
    displayName: string;
    fonts: Record<string, string | boolean | object>;
    pageBackground: Record<string, string>;
    widget: Record<string, string | number>;
  };
}
```

## Properties

<ParamField body="default" type="object">
  <Expandable title="properties">
    <ParamField body="borders" type="Record<string, string | boolean | number>" />

    <ParamField body="colors" type="Record<string, string>" />

    <ParamField body="displayName" type="string" />

    <ParamField body="fonts" type="Record<string, string | boolean | object>" />

    <ParamField body="pageBackground" type="Record<string, string>" />

    <ParamField body="widget" type="Record<string, string | number>" />
  </Expandable>
</ParamField>
