Files
everforest-resources/terminals/windows-terminal/everforest-dark-soft.json
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
2025-09-06 00:36:23 +03:00

25 lines
644 B
JSON

{
"name": "Everforest",
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
"background": "#323d43",
"foreground": "#d3c6aa",
"selectionBackground": "#3a464c",
"cursorColor": "#d3c6aa",
"black": "#323d43",
"red": "#e67e80",
"green": "#a7c080",
"yellow": "#dbbc7f",
"blue": "#7fbbb3",
"purple": "#d699b6",
"cyan": "#83c092",
"white": "#d3c6aa",
"brightBlack": "#7a8478",
"brightRed": "#e67e80",
"brightGreen": "#a7c080",
"brightYellow": "#dbbc7f",
"brightBlue": "#7fbbb3",
"brightPurple": "#d699b6",
"brightCyan": "#83c092",
"brightWhite": "#d3c6aa"
}