Files
everforest-resources/palettes/everforest.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

47 lines
1.3 KiB
JSON

{
"variants": {
"dark": {
"hard": { "bg": "#2b3339", "bg1": "#323c41", "bg2": "#3a454a", "fg": "#d3c6aa" },
"medium": { "bg": "#2f383e", "bg1": "#374247", "bg2": "#404c51", "fg": "#d3c6aa" },
"soft": { "bg": "#323d43", "bg1": "#3a464c", "bg2": "#434f55", "fg": "#d3c6aa" }
},
"light": {
"hard": { "bg": "#fdf6e3", "bg1": "#f4f0d9", "bg2": "#efebd4", "fg": "#5c6a72" },
"medium": { "bg": "#f3ead3", "bg1": "#ede6cf", "bg2": "#e8e3cc", "fg": "#5c6a72" },
"soft": { "bg": "#f0e5cf", "bg1": "#e9e1cc", "bg2": "#e4dfc8", "fg": "#5c6a72" }
}
},
"accents": {
"red": "#e67e80",
"orange": "#e69875",
"yellow": "#dbbc7f",
"green": "#a7c080",
"aqua": "#83c092",
"blue": "#7fbbb3",
"purple": "#d699b6"
},
"ansi": {
"red": "1",
"orange": "9",
"yellow": "3",
"green": "2",
"aqua": "6",
"blue": "4",
"purple": "5",
"black": "0",
"white": "7",
"bright_black": "8",
"bright_red": "9",
"bright_green": "10",
"bright_yellow": "11",
"bright_blue": "12",
"bright_purple": "13",
"bright_aqua": "14",
"bright_white": "15"
},
"grays": {
"dark": { "gray1": "#7a8478", "gray2": "#859289", "gray3": "#9da9a0" },
"light": { "gray1": "#a6b0a0", "gray2": "#b3c0b0", "gray3": "#c0cdb8" }
}
}