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

# FlattenedTheme

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

## Properties

<ParamField body="borders" type="Record" />

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

<ParamField body="fonts" type="Record" />

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

<ParamField body="widget" type="Record" />
