Peppermint and orange flavored dark theme for Windows Terminal.
- Launch Windows Terminal
- Open the Settings panel (Ctrl + ,)
- Select Open JSON file at bottom left corner (Ctrl + Shift + ,)
- Copy the contents of vesper.json into the opened JSON file under "schemes":
{
"schemes":
[
..vesper theme
..other schemes
],
}
- Copy the contents of vesperTheme.json into the opened JSON file under "themes":
{
..default layout
"themes":
[
..vesper theme
..other themes
],
}
- Save and exit
- In the Settings panel
- Select Appearance
- Choose Vesper in the Application Theme drop down menu
- Click on Save.
- 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 Vesper in the Color scheme drop down menu
- Click on Save, enjoy!
Based on Vesper Theme for VSCode.