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 = "#dcd7ba"
|
|
selection = "#363646"
|
|
muted = "#54546D"
|
|
|
|
background = "#1f1f28"
|
|
dark_background = "#17171e"
|
|
darker_background = "#111116"
|
|
lighter_background = "#223249"
|
|
|
|
foreground = "#dcd7ba"
|
|
dark_foreground = "#727169"
|
|
light_foreground = "#c8c093"
|
|
bright_foreground = "#dcd7ba"
|
|
|
|
red = "#c34043"
|
|
yellow = "#c0a36e"
|
|
orange = "#c17158"
|
|
green = "#76946a"
|
|
cyan = "#6a9589"
|
|
blue = "#7e9cd8"
|
|
magenta = "#957fb8"
|
|
brown = "#60382c"
|
|
|
|
bright_red = "#e82424"
|
|
bright_yellow = "#e6c384"
|
|
bright_green = "#98bb6c"
|
|
bright_cyan = "#7aa89f"
|
|
bright_blue = "#7fb4ca"
|
|
bright_magenta = "#938aa9"
|