

This sets the profile's font size in points.

Property name: face (defined within the font object)

To learn about the other variants of the default font, Cascadia Mono, visit the Cascadia Code page. The terminal will try to fallback to Consolas if this can't be found or is invalid. This is the name of the font face used in the profile. An example of what this could look like in the JSON file is shown below. This is the structure within which the other font settings must be defined.

Specifying a pair of light and dark color schemes is only available in Windows Terminal Preview. If that applicationTheme is set to system, then this will instead use the color scheme matching the OS theme.Īccepts: Name of color scheme as a string, or an object with a light and dark property The Terminal will follow the theme.applicationTheme property of the Terminal's selected theme. When specified in this manner, the Terminal will automatically switch between the two given color schemes depending on the theme of the application. In addition to a single color scheme name, this property can accept a pair of color scheme names as follows: "colorScheme": More detailed information can be found on the Color schemes page. Color schemes are defined in the schemes object. This is the name of the color scheme used in the profile. If you'd like a setting to apply to all of your profiles, you can add it to the defaults section above the list of profiles in your settings.json file. The settings listed below affect the visual settings of each profile separately.
