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 Change your dbt Cloud theme doc #6881

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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" />
# Change your dbt Cloud theme
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.
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 and is available for all [plans](https://www.getdbt.com/pricing). 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.

Expand All @@ -17,7 +17,6 @@ Theme selection applies across all areas of dbt Cloud, including the [IDE](/docs
## Prerequisites
Copy link
Contributor

@mirnawong1 mirnawong1 Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if we need a prerequisites here since you mention it in line 11. i'd suggest breaking up the sentence as such:

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 and is available for all plans.

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, dbt Explorer, environments, jobs, and more. Learn more about customizing themes in Change themes in dbt Cloud.


- You have a dbt Cloud account. If you don’t, try [dbt Cloud for free!](https://www.getdbt.com/signup)
- 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.

## Change themes in dbt Cloud

Expand Down
Loading