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

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

153 lines
4.8 KiB
JSON

[
{
"id": "neon-noir",
"name": "Neon Noir",
"description": "Magenta-led tri-accent, the Cyberpunk default",
"theme": {
"mode": "both",
"lightColors": {
"background": "240 12% 97%",
"foreground": "260 25% 10%",
"card": "240 10% 99%",
"cardForeground": "260 25% 10%",
"popover": "240 10% 99%",
"popoverForeground": "260 25% 10%",
"primary": "320 100% 50%",
"primaryForeground": "0 0% 100%",
"secondary": "260 20% 92%",
"secondaryForeground": "260 25% 10%",
"muted": "260 15% 95%",
"mutedForeground": "260 12% 40%",
"accent": "185 100% 45%",
"accentForeground": "260 25% 10%",
"destructive": "0 90% 55%",
"destructiveForeground": "0 0% 100%",
"border": "260 20% 88%",
"input": "260 20% 88%",
"ring": "320 100% 50%"
},
"darkColors": {
"background": "260 18% 6%",
"foreground": "300 15% 95%",
"card": "260 22% 9%",
"cardForeground": "300 15% 95%",
"popover": "260 22% 9%",
"popoverForeground": "300 15% 95%",
"primary": "320 100% 60%",
"primaryForeground": "260 18% 6%",
"secondary": "260 25% 14%",
"secondaryForeground": "300 15% 95%",
"muted": "260 20% 12%",
"mutedForeground": "260 15% 65%",
"accent": "185 100% 55%",
"accentForeground": "260 18% 6%",
"destructive": "0 95% 62%",
"destructiveForeground": "260 18% 6%",
"border": "260 30% 18%",
"input": "260 30% 16%",
"ring": "320 100% 60%"
}
}
},
{
"id": "acid-rain",
"name": "Acid Rain",
"description": "Cyan-led, cooler chrome variant",
"theme": {
"mode": "both",
"lightColors": {
"background": "200 25% 97%",
"foreground": "220 30% 10%",
"card": "200 20% 99%",
"cardForeground": "220 30% 10%",
"popover": "200 20% 99%",
"popoverForeground": "220 30% 10%",
"primary": "185 100% 40%",
"primaryForeground": "220 25% 5%",
"secondary": "200 25% 92%",
"secondaryForeground": "220 30% 10%",
"muted": "200 20% 95%",
"mutedForeground": "220 15% 40%",
"accent": "320 95% 55%",
"accentForeground": "0 0% 100%",
"destructive": "0 90% 55%",
"destructiveForeground": "0 0% 100%",
"border": "200 25% 88%",
"input": "200 25% 88%",
"ring": "185 100% 40%"
},
"darkColors": {
"background": "220 25% 5%",
"foreground": "180 25% 92%",
"card": "220 28% 8%",
"cardForeground": "180 25% 92%",
"popover": "220 28% 8%",
"popoverForeground": "180 25% 92%",
"primary": "185 100% 55%",
"primaryForeground": "220 25% 5%",
"secondary": "220 28% 13%",
"secondaryForeground": "180 25% 92%",
"muted": "220 25% 11%",
"mutedForeground": "200 20% 65%",
"accent": "320 100% 65%",
"accentForeground": "220 25% 5%",
"destructive": "0 95% 62%",
"destructiveForeground": "220 25% 5%",
"border": "200 40% 18%",
"input": "200 40% 16%",
"ring": "185 100% 55%"
}
}
},
{
"id": "toxic-bloom",
"name": "Toxic Bloom",
"description": "Lime-led, we shipped at 3am",
"theme": {
"mode": "both",
"lightColors": {
"background": "100 15% 97%",
"foreground": "120 20% 10%",
"card": "100 12% 99%",
"cardForeground": "120 20% 10%",
"popover": "100 12% 99%",
"popoverForeground": "120 20% 10%",
"primary": "90 90% 38%",
"primaryForeground": "120 25% 5%",
"secondary": "100 15% 92%",
"secondaryForeground": "120 20% 10%",
"muted": "100 12% 95%",
"mutedForeground": "120 12% 40%",
"accent": "320 100% 55%",
"accentForeground": "0 0% 100%",
"destructive": "0 90% 55%",
"destructiveForeground": "0 0% 100%",
"border": "100 15% 88%",
"input": "100 15% 88%",
"ring": "90 90% 38%"
},
"darkColors": {
"background": "120 15% 5%",
"foreground": "90 30% 92%",
"card": "120 18% 8%",
"cardForeground": "90 30% 92%",
"popover": "120 18% 8%",
"popoverForeground": "90 30% 92%",
"primary": "90 100% 55%",
"primaryForeground": "120 25% 5%",
"secondary": "120 18% 13%",
"secondaryForeground": "90 30% 92%",
"muted": "120 15% 11%",
"mutedForeground": "100 15% 65%",
"accent": "320 100% 65%",
"accentForeground": "120 25% 5%",
"destructive": "0 95% 62%",
"destructiveForeground": "120 25% 5%",
"border": "100 25% 18%",
"input": "100 25% 16%",
"ring": "90 100% 55%"
}
}
}
]