diff --git a/cloud-account/dark-mode.md b/cloud-account/dark-mode.md index 5fc1b34f31..c491b1b7a2 100644 --- a/cloud-account/dark-mode.md +++ b/cloud-account/dark-mode.md @@ -6,7 +6,7 @@ applies_to: # Use dark mode in Kibana -The dark mode changes Kibana's default light appearance to a darker and higher-contrast color theme. From the application header, you can turn on dark mode or synchronize the color mode with your operating system settings. +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. :::{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. @@ -16,10 +16,15 @@ If you're using {{ecloud}}, this setting only applies to the Kibana UI of your s 1. Open the user menu from the header. 2. Select **Appearance**. + + :::{note} + On self-managed deployments of {{kib}}, this option is located on your profile page. To access it, select **Edit profile** from the header's user menu. + ::: + 3. Choose a color mode: - **Light**: The default color mode of Kibana - - **Dark**: The dark and high-contrast 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) diff --git a/cloud-account/high-contrast.md b/cloud-account/high-contrast.md new file mode 100644 index 0000000000..1fc056b830 --- /dev/null +++ b/cloud-account/high-contrast.md @@ -0,0 +1,28 @@ +--- +description: Use high-contrast mode in Kibana. +applies_to: + stack: ga 9.1 + serverless: ga +products: + - id: kibana +--- + +# Use high-contrast mode in Kibana + +You can change the interface contrast mode of Kibana to improve visibility and readability in low-light conditions. + +1. Open the user menu from the header. +2. Select **Appearance**. + + :::{note} + On self-managed deployments of {{kib}}, this option is located on your profile page. To access it, select **Edit profile** from the header's user menu. + ::: + +3. Choose an interface contrast mode: + + - **System**: Synchronizes Kibana's contrast mode with your system settings. + - **Normal**: Normal contrast mode. + - **High**: The high-contrast color mode of Kibana. + +4. Select **Save changes**. +5. Refresh the page to apply the selected contrast mode. \ No newline at end of file diff --git a/cloud-account/toc.yml b/cloud-account/toc.yml index a17a96cfc7..967d4fcad8 100644 --- a/cloud-account/toc.yml +++ b/cloud-account/toc.yml @@ -6,4 +6,5 @@ toc: - file: change-your-password.md - file: add-a-login-method.md - file: multifactor-authentication.md - - file: dark-mode.md \ No newline at end of file + - file: dark-mode.md + - file: high-contrast.md \ No newline at end of file