Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dark mode doc #6810

Merged
merged 10 commits into from
Jan 22, 2025
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
title: "Change your dbt Cloud Theme"
id: dark-mode
title: "Change your dbt Cloud theme"
id: change-your-dbt-cloud-theme
description: "Learn about theme switching in dbt Cloud"
sidebar_label: dbt Cloud dark mode
image: /img/docs/dbt-cloud/using-dbt-cloud/dark-mode.png
sidebar_label: Change your dbt Cloud theme
image: /img/docs/dbt-cloud/using-dbt-cloud/light-vs-dark.png
---

# Change your dbt Cloud theme <Lifecycle status="preview" />
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

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.

Your selected theme is stored in your user profile, ensuring a consistent experience across dbt Cloud.

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).
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 [Change themes in dbt Cloud](/docs/cloud/about-cloud/change-your-dbt-cloud-theme#change-themes-in-dbt-cloud).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-versions/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo
## January 2025

- **New**: Users can now switch themes directly from the user menu. We have added support for **Light mode** (default), **Dark mode**, and automatic theme switching based on system preferences. The selected theme is stored in the user profile and will follow users across all devices.
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
- Dark mode is currently available on the Developer plan and will be available for all [plans](https://www.getdbt.com/pricing) in the future. We’ll be rolling it out gradually, so stay tuned for updates. For more information, refer to [dbt Cloud dark mode](/docs/cloud/about-cloud/dark-mode).
- Dark mode is currently available on the Developer plan and will be available for all [plans](https://www.getdbt.com/pricing) in the future. We’ll be rolling it out gradually, so stay tuned for updates. For more information, refer to [Change your dbt Cloud theme](/docs/cloud/about-cloud/change-your-dbt-cloud-theme).
- **Fix**: Fixed an issue where [saved queries](/docs/build/saved-queries) with no [exports](/docs/build/saved-queries#configure-exports) would fail with an `UnboundLocalError`. Previously, attempting to process a saved query without any exports would cause an error due to an undefined relation variable. Exports are optional, and this fix ensures saved queries without exports don't fail.
- **New**: You can now query metric alias in dbt Semantic Layer [GraphQL](/docs/dbt-cloud-apis/sl-graphql) and [JDBC](/docs/dbt-cloud-apis/sl-jdbc) APIs.
- For the JDBC API, refer to [Query metric alias](/docs/dbt-cloud-apis/sl-jdbc#query-metric-alias) for more information.
Expand Down
8 changes: 4 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ const sidebarSettings = {
label: "About dbt Cloud",
link: { type: "doc", id: "docs/cloud/about-cloud/dbt-cloud-features" },
items: [
"docs/cloud/about-cloud/dbt-cloud-features",
"docs/cloud/about-cloud/architecture",
"docs/cloud/about-cloud/tenancy",
"docs/cloud/about-cloud/access-regions-ip-addresses",
"docs/cloud/about-cloud/browsers",
"docs/cloud/about-cloud/dark-mode",
"docs/cloud/about-cloud/change-your-dbt-cloud-theme",
"docs/cloud/about-cloud/dbt-cloud-features",
"docs/cloud/about-cloud/access-regions-ip-addresses",
"docs/cloud/about-cloud/tenancy",
],
}, // About dbt Cloud directory
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading