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

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

111 lines
3.5 KiB
JSON

[
{
"id": "flightline",
"name": "Flightline",
"description": "Off-white paper with technical blue primary and signal-orange accent — the default Sci-Fi Clean look.",
"theme": {
"mode": "light",
"lightColors": {
"background": "210 14% 97%",
"foreground": "215 30% 12%",
"card": "0 0% 100%",
"cardForeground": "215 30% 12%",
"popover": "0 0% 100%",
"popoverForeground": "215 30% 12%",
"primary": "215 90% 45%",
"primaryForeground": "0 0% 100%",
"secondary": "210 16% 92%",
"secondaryForeground": "215 30% 20%",
"muted": "210 14% 94%",
"mutedForeground": "215 12% 42%",
"accent": "18 95% 55%",
"accentForeground": "0 0% 100%",
"destructive": "0 78% 50%",
"destructiveForeground": "0 0% 100%",
"border": "215 14% 86%",
"input": "215 14% 88%",
"ring": "215 90% 45%"
}
}
},
{
"id": "mission-control",
"name": "Mission Control",
"description": "Graphite night-shift surface for ops dashboards — lifted technical blue and signal orange on a deep neutral.",
"theme": {
"mode": "dark",
"darkColors": {
"background": "220 16% 7%",
"foreground": "210 16% 92%",
"card": "220 16% 10%",
"cardForeground": "210 16% 92%",
"popover": "220 16% 10%",
"popoverForeground": "210 16% 92%",
"primary": "210 100% 60%",
"primaryForeground": "220 16% 7%",
"secondary": "220 14% 16%",
"secondaryForeground": "210 16% 92%",
"muted": "220 12% 14%",
"mutedForeground": "215 10% 60%",
"accent": "18 100% 60%",
"accentForeground": "0 0% 100%",
"destructive": "0 80% 55%",
"destructiveForeground": "0 0% 100%",
"border": "220 14% 20%",
"input": "220 14% 18%",
"ring": "210 100% 60%"
}
}
},
{
"id": "cleanroom",
"name": "Cleanroom",
"description": "Highest-contrast surgical white with deep navy ink — sister dark mode for night-lab work.",
"theme": {
"mode": "both",
"lightColors": {
"background": "0 0% 100%",
"foreground": "220 40% 10%",
"card": "210 20% 99%",
"cardForeground": "220 40% 10%",
"popover": "0 0% 100%",
"popoverForeground": "220 40% 10%",
"primary": "220 85% 35%",
"primaryForeground": "0 0% 100%",
"secondary": "210 18% 94%",
"secondaryForeground": "220 40% 10%",
"muted": "210 16% 96%",
"mutedForeground": "215 14% 38%",
"accent": "18 92% 50%",
"accentForeground": "0 0% 100%",
"destructive": "0 78% 48%",
"destructiveForeground": "0 0% 100%",
"border": "215 16% 88%",
"input": "215 16% 90%",
"ring": "220 85% 35%"
},
"darkColors": {
"background": "220 30% 5%",
"foreground": "210 20% 96%",
"card": "220 26% 9%",
"cardForeground": "210 20% 96%",
"popover": "220 26% 9%",
"popoverForeground": "210 20% 96%",
"primary": "210 100% 65%",
"primaryForeground": "220 30% 5%",
"secondary": "220 20% 16%",
"secondaryForeground": "210 20% 96%",
"muted": "220 16% 13%",
"mutedForeground": "215 12% 62%",
"accent": "18 100% 62%",
"accentForeground": "0 0% 100%",
"destructive": "0 80% 58%",
"destructiveForeground": "0 0% 100%",
"border": "220 18% 20%",
"input": "220 18% 18%",
"ring": "210 100% 65%"
}
}
}
]