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 = "#e68e0d"
|
|
selection = "#2a2a2a"
|
|
muted = "#333333"
|
|
|
|
background = "#121212"
|
|
dark_background = "#0d0d0d"
|
|
darker_background = "#090909"
|
|
lighter_background = "#1e1e1e"
|
|
|
|
foreground = "#bebebe"
|
|
dark_foreground = "#555555"
|
|
light_foreground = "#8a8a8d"
|
|
bright_foreground = "#bebebe"
|
|
|
|
red = "#D35F5F"
|
|
yellow = "#b91c1c"
|
|
orange = "#c63d3d"
|
|
green = "#FFC107"
|
|
cyan = "#bebebe"
|
|
blue = "#e68e0d"
|
|
magenta = "#D35F5F"
|
|
brown = "#631e1e"
|
|
|
|
bright_red = "#B91C1C"
|
|
bright_yellow = "#b90a0a"
|
|
bright_green = "#FFC107"
|
|
bright_cyan = "#eaeaea"
|
|
bright_blue = "#f59e0b"
|
|
bright_magenta = "#B91C1C"
|