The canonical colors.toml keys are now background/foreground, including all permutations (dark_background, darker_background, lighter_background, dark_foreground, light_foreground, bright_foreground). The old short names are gone entirely, not kept as aliases; legacy alacritty-generated themes still resolve through the ANSI color0/color7 fallback. Theme files are also regrouped: accent/selection/muted first, then the backgrounds, then the foregrounds, then the named colors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
32 lines
593 B
TOML
32 lines
593 B
TOML
mode = "dark"
|
|
|
|
accent = "#7fbbb3"
|
|
selection = "#3d484d"
|
|
muted = "#475258"
|
|
|
|
background = "#2d353b"
|
|
dark_background = "#21272c"
|
|
darker_background = "#181d20"
|
|
lighter_background = "#343f44"
|
|
|
|
foreground = "#d3c6aa"
|
|
dark_foreground = "#4f585e"
|
|
light_foreground = "#9da9a0"
|
|
bright_foreground = "#d3c6aa"
|
|
|
|
red = "#e67e80"
|
|
yellow = "#dbbc7f"
|
|
orange = "#e09d7f"
|
|
green = "#a7c080"
|
|
cyan = "#83c092"
|
|
blue = "#7fbbb3"
|
|
magenta = "#d699b6"
|
|
brown = "#704e3f"
|
|
|
|
bright_red = "#e67e80"
|
|
bright_yellow = "#dbbc7f"
|
|
bright_green = "#a7c080"
|
|
bright_cyan = "#83c092"
|
|
bright_blue = "#7fbbb3"
|
|
bright_magenta = "#d699b6"
|