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

# Custom branding

> Customize the Cloud Dashboard theme to match your brand.

Customize the Cloud Dashboard theme to match your brand colours. Set your organization name and primary colour so the dashboard feels like your product, not a generic install.

```dotenv .env wrap theme={"system"}
ENTERPRISE_BRAND_NAME=Acme Ledger
ENTERPRISE_BRAND_PRIMARY_COLOR="#A34EF4"
```

| Environment variable             | Description                                                                                                |
| :------------------------------- | :--------------------------------------------------------------------------------------------------------- |
| `ENTERPRISE_BRAND_NAME`          | Display name used for your deployment in the Cloud Dashboard.                                              |
| `ENTERPRISE_BRAND_PRIMARY_COLOR` | Primary accent color used by the Cloud Dashboard UI. Use a six-digit hex color value, such as `"#A34EF4"`. |
