Files
everforest-resources/terminals/alacritty/everforest-dark-medium.yml
Ismo Vuorinen 5c0e8b0f40 feat: enhance install script and theme generation
- install.sh now installs all variants when run without parameters
- preserve single-variant mode when --variant is specified
- add variant names to generated file headers for clarity
- fix tool name extraction to preserve compound names like git-delta
- fix CSS variable preservation during header generation
2025-09-09 00:01:46 +03:00

90 lines
1.7 KiB
YAML

# Everforest dark-medium 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" }