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
594 B
TOML
32 lines
594 B
TOML
mode = "light"
|
|
|
|
accent = "#1e66f5"
|
|
selection = "#ccd0da"
|
|
muted = "#acb0be"
|
|
|
|
background = "#eff1f5"
|
|
dark_background = "#e3e4e8"
|
|
darker_background = "#d7d8dc"
|
|
lighter_background = "#dce0e8"
|
|
|
|
foreground = "#4c4f69"
|
|
dark_foreground = "#9ca0b0"
|
|
light_foreground = "#5c5f77"
|
|
bright_foreground = "#4c4f69"
|
|
|
|
red = "#d20f39"
|
|
yellow = "#df8e1d"
|
|
orange = "#d84e2b"
|
|
green = "#40a02b"
|
|
cyan = "#179299"
|
|
blue = "#1e66f5"
|
|
magenta = "#ea76cb"
|
|
brown = "#6c2715"
|
|
|
|
bright_red = "#d20f39"
|
|
bright_yellow = "#df8e1d"
|
|
bright_green = "#40a02b"
|
|
bright_cyan = "#179299"
|
|
bright_blue = "#1e66f5"
|
|
bright_magenta = "#ea76cb"
|