mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- 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)
25 lines
644 B
JSON
25 lines
644 B
JSON
{
|
|
"name": "Everforest",
|
|
"comment": "Everforest theme for Windows Terminal - Generated from template - do not edit manually",
|
|
"background": "#f3ead3",
|
|
"foreground": "#5c6a72",
|
|
"selectionBackground": "#ede6cf",
|
|
"cursorColor": "#5c6a72",
|
|
"black": "#f3ead3",
|
|
"red": "#e67e80",
|
|
"green": "#a7c080",
|
|
"yellow": "#dbbc7f",
|
|
"blue": "#7fbbb3",
|
|
"purple": "#d699b6",
|
|
"cyan": "#83c092",
|
|
"white": "#5c6a72",
|
|
"brightBlack": "#a6b0a0",
|
|
"brightRed": "#e67e80",
|
|
"brightGreen": "#a7c080",
|
|
"brightYellow": "#dbbc7f",
|
|
"brightBlue": "#7fbbb3",
|
|
"brightPurple": "#d699b6",
|
|
"brightCyan": "#83c092",
|
|
"brightWhite": "#5c6a72"
|
|
}
|