themes-terminal/presets.json
Alex Dunmow daab6750fe feat(terminal): Wave A full theme build (WO-TF-025)
Bring the terminal dev-tool/OSS-docs theme to full Wave A OVERRIDE-CONTRACT
compliance.

- 49 mandatory builtin overrides in templates/overrides/terminal/ (TTY chrome,
  re-skinned from the frozen builtin defaults; every content field, provider var,
  custom tag, data-bn-* attr and inline script preserved verbatim).
- 7 page templates (default, full-width, landing, article, blog-index, contact,
  auth) with TTY-window chrome, man-page article layout, and theme_mode-driven
  light/dark switching.
- GO BIG motion: dependency-free ASCII glyph-rain canvas on the hero override
  only (lazy-init, prefers-reduced-motion honored, static phosphor fallback).
- 4 persona blocks (manpage_header, code_console, keybind_table, boot_log);
  ascii_header/toc/footer blocks retired in favour of overrides + template
  furniture.
- 5 dual-mode presets (mode "both", all 19 tokens) with intentional paper-teletype
  light and phosphor dark sides.
- Bundled OFL mono fonts (JetBrains Mono, IBM Plex Mono) with LICENSES record;
  all font-family via var(--font-heading|body|mono, fallback).
- Themed email-safe wrapper (retained), master pages, and a seeded "grid" OSS
  dev-tool demo site (home, about, changelog + 3 posts, contact with
  row_inserted -> email-admins workflow, login).
- Declared required_icon_packs = [lucide, simple-icons].

Verified: make build exit 0, make verify exit 0, check-safety exit 0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 12:41:04 +08:00

253 lines
8.2 KiB
JSON

[
{
"id": "phosphor-green",
"name": "Phosphor Green",
"description": "Green printer-ribbon on paper for light, VT220 green phosphor for dark. The flagship terminal look.",
"theme": {
"mode": "both",
"lightColors": {
"background": "60 20% 97%",
"foreground": "120 30% 12%",
"card": "60 20% 99%",
"cardForeground": "120 30% 12%",
"popover": "60 20% 99%",
"popoverForeground": "120 30% 12%",
"primary": "130 60% 28%",
"primaryForeground": "60 20% 98%",
"secondary": "90 20% 90%",
"secondaryForeground": "120 30% 20%",
"muted": "60 15% 92%",
"mutedForeground": "120 12% 38%",
"accent": "140 65% 30%",
"accentForeground": "60 20% 98%",
"destructive": "0 70% 42%",
"destructiveForeground": "0 0% 100%",
"border": "90 15% 78%",
"input": "90 15% 84%",
"ring": "130 60% 28%"
},
"darkColors": {
"background": "0 0% 4%",
"foreground": "120 100% 50%",
"card": "0 0% 7%",
"cardForeground": "120 100% 55%",
"popover": "0 0% 6%",
"popoverForeground": "120 100% 55%",
"primary": "120 100% 45%",
"primaryForeground": "0 0% 4%",
"secondary": "120 30% 14%",
"secondaryForeground": "120 100% 70%",
"muted": "0 0% 10%",
"mutedForeground": "120 40% 50%",
"accent": "120 100% 60%",
"accentForeground": "0 0% 4%",
"destructive": "0 90% 55%",
"destructiveForeground": "0 0% 100%",
"border": "120 60% 25%",
"input": "120 50% 18%",
"ring": "120 100% 50%"
}
}
},
{
"id": "amber-crt",
"name": "Amber CRT",
"description": "Warm cream paper with amber ribbon for light, amber phosphor on warm black for dark.",
"theme": {
"mode": "both",
"lightColors": {
"background": "40 30% 96%",
"foreground": "30 25% 15%",
"card": "40 30% 99%",
"cardForeground": "30 25% 15%",
"popover": "40 30% 99%",
"popoverForeground": "30 25% 15%",
"primary": "30 80% 40%",
"primaryForeground": "40 30% 98%",
"secondary": "38 25% 90%",
"secondaryForeground": "30 25% 22%",
"muted": "40 20% 91%",
"mutedForeground": "30 15% 40%",
"accent": "25 85% 43%",
"accentForeground": "40 30% 98%",
"destructive": "0 70% 45%",
"destructiveForeground": "0 0% 100%",
"border": "38 20% 78%",
"input": "38 20% 84%",
"ring": "30 80% 40%"
},
"darkColors": {
"background": "30 20% 4%",
"foreground": "38 95% 60%",
"card": "30 20% 7%",
"cardForeground": "38 95% 65%",
"popover": "30 20% 6%",
"popoverForeground": "38 95% 65%",
"primary": "38 100% 55%",
"primaryForeground": "30 20% 4%",
"secondary": "35 40% 15%",
"secondaryForeground": "38 95% 75%",
"muted": "30 20% 10%",
"mutedForeground": "38 50% 50%",
"accent": "45 100% 60%",
"accentForeground": "30 20% 4%",
"destructive": "0 90% 55%",
"destructiveForeground": "0 0% 100%",
"border": "38 60% 28%",
"input": "38 50% 20%",
"ring": "38 100% 55%"
}
}
},
{
"id": "paper-tty",
"name": "Paper TTY",
"description": "Crisp black-on-white docs for light with a blue link accent, hard white on black for dark. Austere, no glow.",
"theme": {
"mode": "both",
"lightColors": {
"background": "0 0% 100%",
"foreground": "0 0% 10%",
"card": "0 0% 100%",
"cardForeground": "0 0% 10%",
"popover": "0 0% 100%",
"popoverForeground": "0 0% 10%",
"primary": "0 0% 12%",
"primaryForeground": "0 0% 98%",
"secondary": "0 0% 94%",
"secondaryForeground": "0 0% 12%",
"muted": "0 0% 95%",
"mutedForeground": "0 0% 40%",
"accent": "210 90% 42%",
"accentForeground": "0 0% 100%",
"destructive": "0 72% 46%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 85%",
"input": "0 0% 88%",
"ring": "210 90% 42%"
},
"darkColors": {
"background": "0 0% 5%",
"foreground": "0 0% 95%",
"card": "0 0% 8%",
"cardForeground": "0 0% 95%",
"popover": "0 0% 7%",
"popoverForeground": "0 0% 95%",
"primary": "0 0% 95%",
"primaryForeground": "0 0% 5%",
"secondary": "0 0% 15%",
"secondaryForeground": "0 0% 95%",
"muted": "0 0% 12%",
"mutedForeground": "0 0% 60%",
"accent": "60 100% 70%",
"accentForeground": "0 0% 5%",
"destructive": "0 90% 60%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 30%",
"input": "0 0% 18%",
"ring": "0 0% 95%"
}
}
},
{
"id": "ice-terminal",
"name": "Ice Terminal",
"description": "Cool slate-on-white for light with a teal accent, cyan phosphor on blue-black for dark.",
"theme": {
"mode": "both",
"lightColors": {
"background": "200 30% 97%",
"foreground": "200 40% 14%",
"card": "200 30% 99%",
"cardForeground": "200 40% 14%",
"popover": "200 30% 99%",
"popoverForeground": "200 40% 14%",
"primary": "190 80% 30%",
"primaryForeground": "200 30% 98%",
"secondary": "195 25% 90%",
"secondaryForeground": "200 40% 20%",
"muted": "200 20% 92%",
"mutedForeground": "200 15% 40%",
"accent": "185 85% 32%",
"accentForeground": "200 30% 98%",
"destructive": "0 70% 45%",
"destructiveForeground": "0 0% 100%",
"border": "195 20% 78%",
"input": "195 20% 84%",
"ring": "190 80% 30%"
},
"darkColors": {
"background": "200 40% 5%",
"foreground": "185 90% 60%",
"card": "200 40% 8%",
"cardForeground": "185 90% 65%",
"popover": "200 40% 7%",
"popoverForeground": "185 90% 65%",
"primary": "185 90% 50%",
"primaryForeground": "200 40% 5%",
"secondary": "195 40% 15%",
"secondaryForeground": "185 90% 72%",
"muted": "200 30% 11%",
"mutedForeground": "185 40% 52%",
"accent": "175 95% 55%",
"accentForeground": "200 40% 5%",
"destructive": "0 85% 55%",
"destructiveForeground": "0 0% 100%",
"border": "190 60% 26%",
"input": "190 50% 18%",
"ring": "185 90% 50%"
}
}
},
{
"id": "magenta-hacker",
"name": "Magenta Hacker",
"description": "Ink-on-white with a magenta accent for light, magenta phosphor on black for dark.",
"theme": {
"mode": "both",
"lightColors": {
"background": "320 20% 98%",
"foreground": "320 30% 14%",
"card": "320 20% 99%",
"cardForeground": "320 30% 14%",
"popover": "320 20% 99%",
"popoverForeground": "320 30% 14%",
"primary": "320 70% 40%",
"primaryForeground": "320 20% 98%",
"secondary": "315 25% 92%",
"secondaryForeground": "320 30% 22%",
"muted": "320 15% 93%",
"mutedForeground": "320 12% 44%",
"accent": "300 75% 43%",
"accentForeground": "320 20% 98%",
"destructive": "0 70% 45%",
"destructiveForeground": "0 0% 100%",
"border": "315 18% 80%",
"input": "315 18% 85%",
"ring": "320 70% 40%"
},
"darkColors": {
"background": "300 25% 5%",
"foreground": "320 90% 65%",
"card": "300 25% 8%",
"cardForeground": "320 90% 70%",
"popover": "300 25% 7%",
"popoverForeground": "320 90% 70%",
"primary": "320 90% 55%",
"primaryForeground": "300 25% 5%",
"secondary": "310 35% 16%",
"secondaryForeground": "320 90% 76%",
"muted": "300 20% 12%",
"mutedForeground": "320 40% 55%",
"accent": "285 90% 62%",
"accentForeground": "300 25% 5%",
"destructive": "0 85% 58%",
"destructiveForeground": "0 0% 100%",
"border": "320 55% 28%",
"input": "320 45% 20%",
"ring": "320 90% 55%"
}
}
}
]