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
- Host: GitHub
- URL: https://github.com/everviolet/windows-terminal
- Owner: everviolet
- License: gpl-3.0
- Created: 2025-03-20T19:06:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T03:56:31.000Z (11 months ago)
- Last Synced: 2025-07-25T04:42:54.013Z (11 months ago)
- Topics: windows-terminal, windows-terminal-theme
- Language: Just
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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)