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>
30 lines
547 B
TOML
30 lines
547 B
TOML
mode = "dark"
|
|
|
|
accent = "#8d8d8d"
|
|
selection = "#1a1a1a"
|
|
|
|
background = "#000000"
|
|
dark_background = "#090909"
|
|
darker_background = "#070707"
|
|
lighter_background = "#000000"
|
|
|
|
foreground = "#ffffff"
|
|
light_foreground = "#ececec"
|
|
bright_foreground = "#ffffff"
|
|
|
|
red = "#a4a4a4"
|
|
yellow = "#cecece"
|
|
orange = "#b9b9b9"
|
|
green = "#b6b6b6"
|
|
cyan = "#b0b0b0"
|
|
blue = "#8d8d8d"
|
|
magenta = "#9b9b9b"
|
|
brown = "#5c5c5c"
|
|
|
|
bright_red = "#a4a4a4"
|
|
bright_yellow = "#cecece"
|
|
bright_green = "#b6b6b6"
|
|
bright_cyan = "#b0b0b0"
|
|
bright_blue = "#8d8d8d"
|
|
bright_magenta = "#9b9b9b"
|