Skip to content
Open
Changes from all commits
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
11 changes: 8 additions & 3 deletions cloud-account/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ products:

# Use dark mode in Kibana

The dark mode changes Kibana's default light appearance to a darker color theme. From the application header, you can turn on dark mode or synchronize the color mode with your operating system settings.
Kibana can display its interface in a light or dark color mode. From the application header, you can change the color mode or synchronize it with your operating system settings.

:::{tip}
If you're using {{ecloud}}, this setting only applies to the Kibana UI of your serverless projects and hosted deployments. If you'd like to change the {{ecloud}} Console color theme too, you must do so separately from its respective interface.
:::

If you haven't saved a color mode preference, Kibana applies a default color mode:

- {applies_to}`stack: ga 9.5` {applies_to}`serverless: ga` Kibana follows your operating system's color scheme, and **System** is pre-selected when you change your color mode.
- {applies_to}`stack: ga 9.0-9.4` Kibana uses the light color mode.

## Change your color mode preferences

1. Open the user menu from the header.
Expand All @@ -26,10 +31,10 @@ If you're using {{ecloud}}, this setting only applies to the Kibana UI of your s

3. Choose a color mode:

- **Light**: The default color mode of Kibana
- **Light**: The light color mode of Kibana
- **Dark**: The dark color mode of Kibana
- **System**: Synchronizes Kibana's color mode with your system settings
- **Space default**: Sets the color mode to the value defined in the [Space settings](kibana://reference/advanced-settings.md#kibana-general-settings)
- {applies_to}`serverless: unavailable` {applies_to}`stack: deprecated` **Space default**: Sets the color mode to the value of the [`theme:darkMode`](kibana://reference/advanced-settings.md#theme-darkmode) advanced setting for the space.

:::{admonition} Deprecated
Comment thread
florent-leborgne marked this conversation as resolved.
The **Space default** option will be removed in a future version and automatically replaced with the System color mode.
Expand Down
Loading