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 = "#78824b"
|
|
selection = "#383838"
|
|
muted = "#444444"
|
|
|
|
background = "#222222"
|
|
dark_background = "#191919"
|
|
darker_background = "#121212"
|
|
lighter_background = "#2c2c2c"
|
|
|
|
foreground = "#c2c2b0"
|
|
dark_foreground = "#555555"
|
|
light_foreground = "#8a8a7e"
|
|
bright_foreground = "#c2c2b0"
|
|
|
|
red = "#685742"
|
|
yellow = "#b36d43"
|
|
orange = "#8d6242"
|
|
green = "#5f875f"
|
|
cyan = "#c9a554"
|
|
blue = "#78824b"
|
|
magenta = "#bb7744"
|
|
brown = "#463121"
|
|
|
|
bright_red = "#685742"
|
|
bright_yellow = "#b36d43"
|
|
bright_green = "#5f875f"
|
|
bright_cyan = "#c9a554"
|
|
bright_blue = "#78824b"
|
|
bright_magenta = "#bb7744"
|