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

# Theme

> Discord-Dashboard Theme

```js theme={null}
new DBD.Dashboard({
  theme: ThemeModule,
});
```

## Example Usage

```javascript theme={null}
new DBD.Dashboard({
  theme: SoftUI({}),
});
```

## Props

<ParamField path="theme" type="Object (ThemeModule)" required>
  Discord-Dashboard theme module.
</ParamField>
