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 = "#7aa2f7"
|
|
selection = "#292e42"
|
|
muted = "#414868"
|
|
|
|
background = "#1a1b26"
|
|
dark_background = "#13141c"
|
|
darker_background = "#0e0e14"
|
|
lighter_background = "#24283b"
|
|
|
|
foreground = "#a9b1d6"
|
|
dark_foreground = "#565f89"
|
|
light_foreground = "#b4bee6"
|
|
bright_foreground = "#c0caf5"
|
|
|
|
red = "#f7768e"
|
|
yellow = "#e0af68"
|
|
orange = "#eb927b"
|
|
green = "#9ece6a"
|
|
cyan = "#449dab"
|
|
blue = "#7aa2f7"
|
|
magenta = "#ad8ee6"
|
|
brown = "#75493d"
|
|
|
|
bright_red = "#ff7a93"
|
|
bright_yellow = "#ff9e64"
|
|
bright_green = "#b9f27c"
|
|
bright_cyan = "#0db9d7"
|
|
bright_blue = "#7da6ff"
|
|
bright_magenta = "#bb9af7"
|