> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-feat-acul-js-sdk-1-7-0-docs.mintlify.site/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>;
    identifiers?: ThemeIdentifiers;
    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="identifiers?" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/ThemeIdentifiers">ThemeIdentifiers</a></span>} />

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

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