- 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)
- Copy the contents of theme (example: min-dark.json) into the opened JSON file under "schemes":
{
"schemes":
[
..min theme
..other schemes
],
}
- 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
- Click on Save, enjoy!
Based on Min Theme for VSCode.