From e25ebc9586fb85e224b589087c273a67b45f39f5 Mon Sep 17 00:00:00 2001 From: Kayla Cinnamon Date: Tue, 13 Sep 2022 09:54:44 -0700 Subject: [PATCH] Merge release-1.16 into main (#586) Co-authored-by: Matt Wojciakowski Co-authored-by: Mike Griese Co-authored-by: Carlos Zamora Co-authored-by: Sergey <45919738+serd2011@users.noreply.github.com> --- TerminalDocs/custom-terminal-gallery/theme-gallery.md | 2 +- TerminalDocs/customize-settings/themes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TerminalDocs/custom-terminal-gallery/theme-gallery.md b/TerminalDocs/custom-terminal-gallery/theme-gallery.md index a616ccbc..9845b935 100644 --- a/TerminalDocs/custom-terminal-gallery/theme-gallery.md +++ b/TerminalDocs/custom-terminal-gallery/theme-gallery.md @@ -9,7 +9,7 @@ ms.topic: sample # Theme gallery ([Preview](https://aka.ms/terminal-preview)) -Below are some examples of [Themes](/customize-settings/themes.md). +Below are some examples of [Themes](./../customize-settings/themes.md). ## Seamless diff --git a/TerminalDocs/customize-settings/themes.md b/TerminalDocs/customize-settings/themes.md index 078d35bb..cba90e5b 100644 --- a/TerminalDocs/customize-settings/themes.md +++ b/TerminalDocs/customize-settings/themes.md @@ -19,7 +19,7 @@ The settings listed below affect the visuals of the terminal window itself, rath ] ``` -For some example themes, take a look at the [Themes gallery](/custom-terminal-gallery/theme-gallery.md). +For some example themes, take a look at the [Themes gallery](./../custom-terminal-gallery/theme-gallery.md). Each theme in the `themes` list is comprised of a collection of property objects, that specify the properties of individual elements of the application. For example, the default `"dark"` theme is the following: @@ -57,7 +57,7 @@ ___ ### Application theme -This is the theme that will be applied to the terminal unless other colors are specified. `"system"` will use the same theme as Windows. +This sets the UI theme of the application. This will stylize items such as buttons, the command palette, and other application UI elements. It can either be light or dark. `"system"` will use the same theme as Windows. **Property name:** `applicationTheme`