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 = "#f38d70"
|
|
selection = "#403e41"
|
|
muted = "#5b4a45"
|
|
|
|
background = "#2c2525"
|
|
dark_background = "#211b1b"
|
|
darker_background = "#181414"
|
|
lighter_background = "#3d2f2a"
|
|
|
|
foreground = "#e6d9db"
|
|
dark_foreground = "#72696a"
|
|
light_foreground = "#c3b7b8"
|
|
bright_foreground = "#e6d9db"
|
|
|
|
red = "#fd6883"
|
|
yellow = "#f9cc6c"
|
|
orange = "#fb9a77"
|
|
green = "#adda78"
|
|
cyan = "#85dacc"
|
|
blue = "#f38d70"
|
|
magenta = "#a8a9eb"
|
|
brown = "#7d4d3b"
|
|
|
|
bright_red = "#ff8297"
|
|
bright_yellow = "#fcd675"
|
|
bright_green = "#c8e292"
|
|
bright_cyan = "#9bf1e1"
|
|
bright_blue = "#f8a788"
|
|
bright_magenta = "#bebffd"
|