Skip to content

Commit

Permalink
Updated dark mode doc (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Jan 22, 2025
2 parents 290414d + 63e56e0 commit cfc8ff2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
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" />

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
5 changes: 3 additions & 2 deletions website/docs/docs/dbt-versions/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ 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, available [in Preview](/docs/dbt-versions/product-lifecycles#dbt-cloud). 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.
- 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**: dbt Semantic Layer errors in the Cloud IDE are now displayed with proper formatting, fixing an issue where newlines appeared broken or difficult to read. This fix ensures error messages are more user-friendly and easier to parse.
- **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.
- 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).
- **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.
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/docs/cloud/about-cloud/dark-mode",
"destination": "/docs/cloud/about-cloud/change-your-dbt-cloud-theme",
"permanent": true
},
{
"source": "/docs/collaborate/git/managed-repository",
"destination": "/docs/cloud/git/managed-repository",
Expand Down

0 comments on commit cfc8ff2

Please sign in to comment.