# Interface: ThemeConfig

Defined in: [packages/sdk/src/core/types.ts:145](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L145)

## Properties

### borderRadius?

> `optional` **borderRadius?**: `string`

Defined in: [packages/sdk/src/core/types.ts:155](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L155)

***

### colors?

> `optional` **colors?**: `object`

Defined in: [packages/sdk/src/core/types.ts:146](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L146)

#### background?

> `optional` **background?**: `string`

#### primary?

> `optional` **primary?**: `string`

#### text?

> `optional` **text?**: `string`

***

### fonts?

> `optional` **fonts?**: `object`

Defined in: [packages/sdk/src/core/types.ts:151](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L151)

#### body?

> `optional` **body?**: `string`

#### heading?

> `optional` **heading?**: `string`

Source: https://plandalf.com/docs/packages/sdk/interfaces/ThemeConfig
