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

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

111 lines
3.3 KiB
JSON

[
{
"id": "pure-noir",
"name": "Pure Noir",
"description": "Pure black ground, silver mids, one white reserved for captions and highlight edges.",
"theme": {
"mode": "dark",
"darkColors": {
"background": "0 0% 0%",
"foreground": "0 0% 96%",
"card": "0 0% 4%",
"cardForeground": "0 0% 96%",
"popover": "0 0% 6%",
"popoverForeground": "0 0% 96%",
"primary": "0 0% 100%",
"primaryForeground": "0 0% 0%",
"secondary": "0 0% 10%",
"secondaryForeground": "0 0% 80%",
"muted": "0 0% 8%",
"mutedForeground": "0 0% 55%",
"accent": "0 0% 75%",
"accentForeground": "0 0% 0%",
"destructive": "0 70% 45%",
"destructiveForeground": "0 0% 98%",
"border": "0 0% 14%",
"input": "0 0% 12%",
"ring": "0 0% 70%"
}
}
},
{
"id": "silver-print",
"name": "Silver Print",
"description": "Inverted gallery-wall preset: bone white, charcoal type.",
"theme": {
"mode": "light",
"lightColors": {
"background": "0 0% 98%",
"foreground": "0 0% 8%",
"card": "0 0% 100%",
"cardForeground": "0 0% 8%",
"popover": "0 0% 100%",
"popoverForeground": "0 0% 8%",
"primary": "0 0% 10%",
"primaryForeground": "0 0% 98%",
"secondary": "0 0% 94%",
"secondaryForeground": "0 0% 12%",
"muted": "0 0% 96%",
"mutedForeground": "0 0% 42%",
"accent": "0 0% 65%",
"accentForeground": "0 0% 100%",
"destructive": "0 75% 50%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 88%",
"input": "0 0% 90%",
"ring": "0 0% 25%"
}
}
},
{
"id": "platinum",
"name": "Platinum",
"description": "Warmer silver mid-tones for fashion and editorial work, with both light and dark variants.",
"theme": {
"mode": "both",
"lightColors": {
"background": "30 6% 96%",
"foreground": "30 8% 10%",
"card": "30 6% 100%",
"cardForeground": "30 8% 10%",
"popover": "30 6% 100%",
"popoverForeground": "30 8% 10%",
"primary": "30 6% 14%",
"primaryForeground": "30 6% 96%",
"secondary": "30 4% 92%",
"secondaryForeground": "30 8% 14%",
"muted": "30 4% 94%",
"mutedForeground": "30 4% 44%",
"accent": "30 8% 60%",
"accentForeground": "30 8% 6%",
"destructive": "0 70% 48%",
"destructiveForeground": "0 0% 100%",
"border": "30 6% 86%",
"input": "30 6% 88%",
"ring": "30 8% 30%"
},
"darkColors": {
"background": "30 6% 4%",
"foreground": "30 6% 92%",
"card": "30 6% 7%",
"cardForeground": "30 6% 92%",
"popover": "30 6% 9%",
"popoverForeground": "30 6% 92%",
"primary": "30 6% 96%",
"primaryForeground": "30 8% 6%",
"secondary": "30 6% 12%",
"secondaryForeground": "30 6% 88%",
"muted": "30 6% 10%",
"mutedForeground": "30 4% 58%",
"accent": "30 8% 70%",
"accentForeground": "30 8% 6%",
"destructive": "0 70% 45%",
"destructiveForeground": "0 0% 98%",
"border": "30 6% 16%",
"input": "30 6% 14%",
"ring": "30 8% 72%"
}
}
}
]