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 = "#89b4fa"
|
|
selection = "#45475a"
|
|
muted = "#585b70"
|
|
|
|
background = "#1e1e2e"
|
|
dark_background = "#161622"
|
|
darker_background = "#101019"
|
|
lighter_background = "#313244"
|
|
|
|
foreground = "#cdd6f4"
|
|
dark_foreground = "#6c7086"
|
|
light_foreground = "#bac2de"
|
|
bright_foreground = "#cdd6f4"
|
|
|
|
red = "#f38ba8"
|
|
yellow = "#f9e2af"
|
|
orange = "#f6b6ab"
|
|
green = "#a6e3a1"
|
|
cyan = "#94e2d5"
|
|
blue = "#89b4fa"
|
|
magenta = "#f5c2e7"
|
|
brown = "#7b5b55"
|
|
|
|
bright_red = "#f38ba8"
|
|
bright_yellow = "#f9e2af"
|
|
bright_green = "#a6e3a1"
|
|
bright_cyan = "#94e2d5"
|
|
bright_blue = "#89b4fa"
|
|
bright_magenta = "#f5c2e7"
|