Rename the palette keys to the canonical background/foreground names the resolver actually reads. The short bg/fg spellings were never aliased, so every derived key was silently falling back. Fill in the orange and brown slots too. Lupine is a deliberately cool, near-monochrome blue palette, so both stay in family rather than introducing warm hues the theme never had. Drop neovim.lua and vscode.json. They pinned third-party extensions that had to be installed separately; the generated templates cover both from colors.toml alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018CC9kSQv8ZEogaxDoeKBzL
32 lines
594 B
TOML
32 lines
594 B
TOML
mode = "light"
|
|
|
|
accent = "#3264eb"
|
|
selection = "#d0d0d0"
|
|
muted = "#9e9e9e"
|
|
|
|
background = "#fafafa"
|
|
dark_background = "#ececec"
|
|
darker_background = "#dedede"
|
|
lighter_background = "#f5f5f5"
|
|
|
|
foreground = "#212121"
|
|
dark_foreground = "#757575"
|
|
light_foreground = "#424242"
|
|
bright_foreground = "#000000"
|
|
|
|
red = "#c900c4"
|
|
yellow = "#026fde"
|
|
orange = "#026fde"
|
|
green = "#026fde"
|
|
cyan = "#0c67de"
|
|
blue = "#3264eb"
|
|
magenta = "#8a4ad7"
|
|
brown = "#013a6f"
|
|
|
|
bright_red = "#f930fb"
|
|
bright_yellow = "#358fff"
|
|
bright_green = "#358fff"
|
|
bright_cyan = "#3986ff"
|
|
bright_blue = "#5482ff"
|
|
bright_magenta = "#b363ff"
|