An open API service indexing awesome lists of open source software.

https://github.com/everviolet/windows-terminal

cozy evergarden theme for windows terminal
https://github.com/everviolet/windows-terminal

windows-terminal windows-terminal-theme

Last synced: 8 months ago
JSON representation

cozy evergarden theme for windows terminal

Awesome Lists containing this project

README

          


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: []` and `themes: []`:

```json
{
"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 on `Save`.

### Thanks to <3

- [comfysage](https://github.com/comfysage)