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

# Theme and Branding

> Brand your Collate instance with a custom logo, monogram, favicon, and color palette to match your organization's identity.

# Theme and Branding

Theme and Custom Logo are organization-wide settings that require Admin access. The setting lives in **Settings** > **Preferences** > **Theme**, and has two panels:

* **Custom Logo**: Images and icons (logo, monogram, favicon)
* **Custom Theme**: The color palette

**Purpose and Benefits**

* **Purpose**: Customize the platform's logo, icons, and color palette to match your brand.
* **Benefits**: Makes Collate feel like an internal tool built for your organization instead of an off-the-shelf product.

Changes here apply instantly for every user on the instance once they refresh the page. These settings are independent of each individual user's personal dark/light mode toggle, which is available to every user from the profile menu.

## How to Access

1. Click the **Profile** icon and navigate to **Settings** > **Preferences**.

   <img src="https://mintcdn.com/collatedocs/upR0ShcKvEojE0Rd/public/images/ai-2.0/admin-guide/theme/access-theme.png?fit=max&auto=format&n=upR0ShcKvEojE0Rd&q=85&s=4dd9b962f8466dbcc596640acfdc7db6" alt="Navigate to Settings" width="2990" height="1582" data-path="public/images/ai-2.0/admin-guide/theme/access-theme.png" />

2. Click **Theme**.

   <img src="https://mintcdn.com/collatedocs/upR0ShcKvEojE0Rd/public/images/ai-2.0/admin-guide/theme/select-theme.png?fit=max&auto=format&n=upR0ShcKvEojE0Rd&q=85&s=35631dc1f27c2fd2e473055a5d617f14" alt="Select Theme under Preferences" width="2830" height="1502" data-path="public/images/ai-2.0/admin-guide/theme/select-theme.png" />

## Custom Logo

The **Custom Logo** panel replaces the default Collate branding assets with your organization's own images. Each field takes a URL rather than a file upload, so the image needs to already be hosted somewhere reachable by anyone loading the Collate UI, such as your own CDN or object storage:

| Field            | Description                                  | Recommended size              |
| :--------------- | :------------------------------------------- | :---------------------------- |
| **Logo URL**     | URL of the image shown on the login page     | 5:2 aspect ratio, 150 x 60 px |
| **Monogram URL** | URL of the image shown in the navigation bar | 1:1 aspect ratio, 30 x 30 px  |
| **Favicon URL**  | URL of the browser tab icon                  | 1:1 aspect ratio, 16 x 16 px  |

<img src="https://mintcdn.com/collatedocs/upR0ShcKvEojE0Rd/public/images/ai-2.0/admin-guide/theme/customize-ui.png?fit=max&auto=format&n=upR0ShcKvEojE0Rd&q=85&s=61572a05f59e53af5fdf3ecc6d7287e4" alt="Custom Logo and Theme Settings" width="2816" height="1534" data-path="public/images/ai-2.0/admin-guide/theme/customize-ui.png" />

After entering the URLs, select **Save**. Changes can take a few minutes to reflect everywhere in the UI, so refresh the page and wait briefly before assuming a URL was entered incorrectly.

<img src="https://mintcdn.com/collatedocs/jelCV8ecgr27vM6D/public/images/how-to-guides/custom-logo/custom-logo-application.png?fit=max&auto=format&n=jelCV8ecgr27vM6D&q=85&s=c80705bd1c1e264c8f166e8a2c8691cd" alt="Custom logo applied to the Collate interface" width="2504" height="1412" data-path="public/images/how-to-guides/custom-logo/custom-logo-application.png" />

<img src="https://mintcdn.com/collatedocs/jelCV8ecgr27vM6D/public/images/how-to-guides/custom-logo/custom-logo-login-page.png?fit=max&auto=format&n=jelCV8ecgr27vM6D&q=85&s=327dac513e0af4f6ef51a0776fe2e17c" alt="Custom logo on the login page" width="2943" height="1424" data-path="public/images/how-to-guides/custom-logo/custom-logo-login-page.png" />

## Custom Theme

The **Custom Theme** panel defines the brand colors used across buttons, links, and status indicators throughout the interface, so the whole product reads as consistent with the rest of your brand rather than just the parts with a logo on them. Each field accepts a HEX color code or a color picker selection, and the preview on the right updates in real time to show the effect before you save. Leaving a field blank keeps Collate's own default for that color, shown below.

| Color                      | Applied to                                                                                                | Default   |
| :------------------------- | :-------------------------------------------------------------------------------------------------------- | :-------- |
| **Primary Color**          | Primary buttons, links, and key UI elements                                                               | `#1570EF` |
| **Selected Color**         | Selected state on data assets and navigation items                                                        | `#175CD3` |
| **Hover Color**            | Background highlight on interactive elements                                                              | `#D1E9FF` |
| **Info Color**             | Informational messages and hints                                                                          | `#84CAFF` |
| **Panel Background Color** | Background of the landing page welcome panel. Individual users and personas can still override this value | Not set   |
| **Success Color**          | Success confirmations and positive states                                                                 | `#039855` |
| **Warning Color**          | Warning messages and caution alerts                                                                       | `#DC6803` |
| **Error Color**            | Error messages and destructive action indicators                                                          | `#D92D20` |

After configuring colors, select **Save** to apply them.

<Tip>
  Click **Reset** at the top of the Theme page to clear every logo and color field back to Collate's own defaults shown in the tables above.
</Tip>
