🖥️ cozy evergarden theme for windows terminal
| .github/workflows | feat: add workflow | |
| themes | chore: update themes | |
| justfile | feat: init | |
| LICENSE | feat: init | |
| README.md | feat: init | |
| windows-terminal.tera | feat: init | |
Logo
Evergarden for Windows Terminal
Previews
Winter
Fall
Spring
Usage
- 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->Profilesand apply the theme to your profile. - Go to
Select Appearanceand choose the theme in the color scheme drop down menu and click onSave.