themes-terminal/presets.json
Alex Dunmow 0a9b177f7c initial: theme plugin terminal
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/terminal.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:44 +08:00

90 lines
2.6 KiB
JSON

[
{
"id": "phosphor-green",
"name": "Phosphor Green",
"description": "Classic green-on-black VT220 phosphor.",
"theme": {
"mode": "dark",
"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-mono",
"name": "Amber Mono",
"description": "Warm amber phosphor terminal.",
"theme": {
"mode": "dark",
"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": "Hard white on black; austere docs mode (no glow).",
"theme": {
"mode": "dark",
"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%"
}
}
}
]