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)
This commit is contained in:
2025-09-06 00:36:23 +03:00
parent 11baabe545
commit dd5e539bb5
289 changed files with 29294 additions and 60 deletions

View File

@@ -0,0 +1,89 @@
# Everforest theme for Alacritty
# Generated from template - do not edit manually
colors:
# Default colors
primary:
background: "#f3ead3"
foreground: "#5c6a72"
dim_foreground: "#b3c0b0"
bright_foreground: "#5c6a72"
# Cursor colors
cursor:
text: "#f3ead3"
cursor: "#5c6a72"
# Vi mode cursor colors
vi_mode_cursor:
text: "#f3ead3"
cursor: "#5c6a72"
# Selection colors
selection:
text: CellForeground
background: "#ede6cf"
# Search colors
search:
matches:
foreground: "#f3ead3"
background: "#dbbc7f"
focused_match:
foreground: "#f3ead3"
background: "#e69875"
bar:
foreground: "#5c6a72"
background: "#ede6cf"
# Keyboard regex hints
hints:
start:
foreground: "#f3ead3"
background: "#dbbc7f"
end:
foreground: "#f3ead3"
background: "#e69875"
# Line indicator
line_indicator:
foreground: None
background: None
# Normal colors
normal:
black: "#f3ead3"
red: "#e67e80"
green: "#a7c080"
yellow: "#dbbc7f"
blue: "#7fbbb3"
magenta: "#d699b6"
cyan: "#83c092"
white: "#5c6a72"
# Bright colors
bright:
black: "#a6b0a0"
red: "#e67e80"
green: "#a7c080"
yellow: "#dbbc7f"
blue: "#7fbbb3"
magenta: "#d699b6"
cyan: "#83c092"
white: "#5c6a72"
# Dim colors
dim:
black: "#f3ead3"
red: "#e67e80"
green: "#a7c080"
yellow: "#dbbc7f"
blue: "#7fbbb3"
magenta: "#d699b6"
cyan: "#83c092"
white: "#b3c0b0"
# Indexed Colors
indexed_colors:
- { index: 16, color: "#e69875" }
- { index: 17, color: "#e67e80" }