|
| 1 | +--- |
| 2 | +title: "Change your dbt Cloud Theme" |
| 3 | +id: dark-mode |
| 4 | +description: "Learn about theme switching in dbt Cloud" |
| 5 | +sidebar_label: dbt Cloud dark mode |
| 6 | +image: /img/docs/dbt-cloud/using-dbt-cloud/dark-mode.png |
| 7 | +--- |
| 8 | + |
| 9 | +dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile. You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience. |
| 10 | + |
| 11 | +Your selected theme is stored in your user profile, ensuring a consistent experience across dbt Cloud. |
| 12 | + |
| 13 | +Theme selection applies across all areas of dbt Cloud, including the [IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud), [dbt Explorer](/docs/collaborate/explore-projects), [environments](/docs/environments-in-dbt), [jobs](/docs/deploy/jobs), and more. Learn more about customizing themes in [Enable dark mode in dbt Cloud](/docs/cloud/about-cloud/dark-mode#enable-dark-mode-in-dbt-cloud). |
| 14 | + |
| 15 | +## Prerequisites |
| 16 | + |
| 17 | +- You have a dbt Cloud account. If you don’t, try [dbt Cloud for free!](https://www.getdbt.com/signup) |
| 18 | +- Dark mode is currently available on the Developer plan and will gradually be made available for all [plans](https://www.getdbt.com/pricing) in the future. Stay tuned for updates. |
| 19 | + |
| 20 | +## Change themes in dbt Cloud |
| 21 | + |
| 22 | +To switch to dark mode in the dbt Cloud UI, follow these steps: |
| 23 | + |
| 24 | +1. Navigate to your account name at the bottom left of your account. |
| 25 | +2. Under **Theme**, select **Dark**. |
| 26 | + |
| 27 | +<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/dark-mode.png" width="70%" title="Enable dark mode" /> |
| 28 | + |
| 29 | +And that’s it! 🎉 Your chosen selected theme will follow you across all devices. |
| 30 | + |
| 31 | +## Disable dark mode in dbt Cloud |
| 32 | + |
| 33 | +To disable dark mode in the dbt Cloud UI, follow these steps: |
| 34 | + |
| 35 | +1. Navigate to the three dots at the bottom right of the IDE. |
| 36 | +2. Select **Switch to light mode** from the menu. |
| 37 | + |
| 38 | +<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/theme-selection-in-the-ide.png" width="90%" title="Enable light mode" /> |
| 39 | + |
| 40 | +## Legacy dark mode |
| 41 | + |
| 42 | +The **Switch to dark mode** menu item in the IDE will soon be deprecated. All users who have access to the IDE will default to **Light mode** upon signing in, but can easily switch to **Dark mode** from the user menu in the navigation. Once you switch to your new theme, it will apply to all of your devices. |
0 commit comments