- Launch Windows Terminal
- Open the Settings panel (Ctrl + ,)
- Select Open JSON file at bottom left corner (Ctrl + Shift + ,)
- Choose your theme (min-dark, min-light) and application-theme (min-dark-application-theme/min-light-application-theme)
- Copy the contents of theme (example: min-dark.json) into the opened JSON file under "schemes":
{
"schemes":
[
..min theme
..other schemes
],
}- Copy the contents of theme (example: min-dark-application-theme.json) into the opened JSON file under "themes":
{
"theme":
[
..min dark application theme
..other themes
],
}- Save and exit
- In the Settings panel under Profiles, select the profile you want to apply the theme to. Defaults will apply to all profiles.
- Select Appearance
- Choose your theme in the Color scheme drop down menu
- In the sidebar, go to the General menu.
- Open the Appearance tab.
- Under Application Theme, select Min Dark or Min Light.
- Click on Save, enjoy!
Based on Min Theme for VSCode.
