Rename bg/fg palette keys to background/foreground
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>
This commit is contained in:
co-authored by
Claude Fable 5
parent
72d7646c64
commit
afa2839a5a
@@ -1,17 +1,18 @@
|
||||
mode = "dark"
|
||||
|
||||
accent = "#dcd7ba"
|
||||
|
||||
bg = "#1f1f28"
|
||||
dark_bg = "#17171e"
|
||||
darker_bg = "#111116"
|
||||
lighter_bg = "#223249"
|
||||
selection = "#363646"
|
||||
muted = "#54546D"
|
||||
dark_fg = "#727169"
|
||||
fg = "#dcd7ba"
|
||||
light_fg = "#c8c093"
|
||||
bright_fg = "#dcd7ba"
|
||||
|
||||
background = "#1f1f28"
|
||||
dark_background = "#17171e"
|
||||
darker_background = "#111116"
|
||||
lighter_background = "#223249"
|
||||
|
||||
foreground = "#dcd7ba"
|
||||
dark_foreground = "#727169"
|
||||
light_foreground = "#c8c093"
|
||||
bright_foreground = "#dcd7ba"
|
||||
|
||||
red = "#c34043"
|
||||
yellow = "#c0a36e"
|
||||
|
||||
Reference in New Issue
Block a user