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 = "#7daea3"
|
|
selection = "#504945"
|
|
muted = "#665c54"
|
|
|
|
background = "#282828"
|
|
dark_background = "#1e1e1e"
|
|
darker_background = "#161616"
|
|
lighter_background = "#3c3836"
|
|
|
|
foreground = "#d4be98"
|
|
dark_foreground = "#7c6f64"
|
|
light_foreground = "#bdae93"
|
|
bright_foreground = "#d4be98"
|
|
|
|
red = "#ea6962"
|
|
yellow = "#d8a657"
|
|
orange = "#e1875c"
|
|
green = "#a9b665"
|
|
cyan = "#89b482"
|
|
blue = "#7daea3"
|
|
magenta = "#d3869b"
|
|
brown = "#70432e"
|
|
|
|
bright_red = "#ea6962"
|
|
bright_yellow = "#d8a657"
|
|
bright_green = "#a9b665"
|
|
bright_cyan = "#89b482"
|
|
bright_blue = "#7daea3"
|
|
bright_magenta = "#d3869b"
|