
Evergarden for Windows Terminal
- Open the Settings panel (Ctrl + ,)
- Select Open JSON file at bottom left corner (or press Ctrl + Shift + ,)
- Copy your preferred theme into the opened JSON file under
schemes: []
andthemes: []
:
{
"themes": [
{
"name": "Evergarden Fall",
...colors
}
..other themes
],
"schemes": [
{
"name": "Evergarden Fall",
...colors
}
..other schemes
],
}
What's next:
- Go to
Settings
->Profiles
and apply the theme to your profile. - Go to
Select Appearance
and choose the theme in the color scheme drop down menu and click onSave
.