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 = "#509475"
|
|
selection = "#32473B"
|
|
muted = "#53685B"
|
|
|
|
background = "#111c18"
|
|
dark_background = "#0c1512"
|
|
darker_background = "#090f0d"
|
|
lighter_background = "#23372B"
|
|
|
|
foreground = "#C1C497"
|
|
dark_foreground = "#81B8A8"
|
|
light_foreground = "#D6D5BC"
|
|
bright_foreground = "#F7E8B2"
|
|
|
|
red = "#FF5345"
|
|
yellow = "#459451"
|
|
orange = "#a2734b"
|
|
green = "#549e6a"
|
|
cyan = "#2DD5B7"
|
|
blue = "#509475"
|
|
magenta = "#D2689C"
|
|
brown = "#513925"
|
|
|
|
bright_red = "#db9f9c"
|
|
bright_yellow = "#E5C736"
|
|
bright_green = "#63b07a"
|
|
bright_cyan = "#8CD3CB"
|
|
bright_blue = "#ACD4CF"
|
|
bright_magenta = "#75bbb3"
|