Files
everforest-resources/terminals/alacritty/everforest-dark-medium.yml
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

90 lines
1.7 KiB
YAML

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