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 = "#7d82d9"
|
|
selection = "#252e56"
|
|
muted = "#3d4573"
|
|
|
|
background = "#060B1E"
|
|
dark_background = "#040816"
|
|
darker_background = "#030610"
|
|
lighter_background = "#131a3a"
|
|
|
|
foreground = "#ffcead"
|
|
dark_foreground = "#6d7db6"
|
|
light_foreground = "#c9b8a6"
|
|
bright_foreground = "#ffcead"
|
|
|
|
red = "#ED5B5A"
|
|
yellow = "#E9BB4F"
|
|
orange = "#eb8b54"
|
|
green = "#92a593"
|
|
cyan = "#a3bfd1"
|
|
blue = "#7d82d9"
|
|
magenta = "#c89dc1"
|
|
brown = "#75452a"
|
|
|
|
bright_red = "#faaaa9"
|
|
bright_yellow = "#f7dc9c"
|
|
bright_green = "#c4cfc4"
|
|
bright_cyan = "#dfeaf0"
|
|
bright_blue = "#c2c4f0"
|
|
bright_magenta = "#ead7e7"
|