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>
34 lines
657 B
TOML
34 lines
657 B
TOML
mode = "dark"
|
|
|
|
accent = "#82FB9C"
|
|
selection = "#1f253a"
|
|
muted = "#2d3450"
|
|
|
|
background = "#0B0C16"
|
|
dark_background = "#080910"
|
|
darker_background = "#06060c"
|
|
lighter_background = "#151828"
|
|
|
|
foreground = "#ddf7ff"
|
|
dark_foreground = "#6a6e95"
|
|
light_foreground = "#b5c5db"
|
|
bright_foreground = "#ddf7ff"
|
|
|
|
hyprland_active_border = "rgba(26a269ee) rgba(2ec27eee) 45deg"
|
|
|
|
red = "#50f872"
|
|
yellow = "#50f7d4"
|
|
orange = "#50f7a3"
|
|
green = "#4fe88f"
|
|
cyan = "#7cf8f7"
|
|
blue = "#829dd4"
|
|
magenta = "#86a7df"
|
|
brown = "#287b51"
|
|
|
|
bright_red = "#85ff9d"
|
|
bright_yellow = "#a4ffec"
|
|
bright_green = "#9cf7c2"
|
|
bright_cyan = "#d1fffe"
|
|
bright_blue = "#c4d2ed"
|
|
bright_magenta = "#cddbf4"
|