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)
90 lines
1.7 KiB
YAML
90 lines
1.7 KiB
YAML
# 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" }
|