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

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

111 lines
3.4 KiB
JSON

[
{
"id": "champagne-noir",
"name": "Champagne Noir",
"description": "Jet black lifted by champagne gold — the default Art Deco palette.",
"theme": {
"mode": "both",
"lightColors": {
"background": "40 30% 96%",
"foreground": "40 20% 10%",
"card": "40 25% 98%",
"cardForeground": "40 20% 10%",
"popover": "40 25% 98%",
"popoverForeground": "40 20% 10%",
"primary": "42 55% 52%",
"primaryForeground": "40 25% 8%",
"secondary": "40 15% 90%",
"secondaryForeground": "40 20% 12%",
"muted": "40 12% 92%",
"mutedForeground": "40 12% 38%",
"accent": "36 70% 60%",
"accentForeground": "40 30% 8%",
"destructive": "0 70% 45%",
"destructiveForeground": "40 25% 96%",
"border": "42 30% 78%",
"input": "42 25% 82%",
"ring": "42 65% 55%"
},
"darkColors": {
"background": "40 8% 6%",
"foreground": "42 35% 92%",
"card": "40 10% 10%",
"cardForeground": "42 35% 92%",
"popover": "40 10% 10%",
"popoverForeground": "42 35% 92%",
"primary": "42 65% 58%",
"primaryForeground": "40 25% 8%",
"secondary": "40 12% 14%",
"secondaryForeground": "42 30% 88%",
"muted": "40 10% 12%",
"mutedForeground": "40 12% 62%",
"accent": "36 80% 62%",
"accentForeground": "40 30% 8%",
"destructive": "0 72% 52%",
"destructiveForeground": "40 25% 96%",
"border": "42 30% 22%",
"input": "42 20% 18%",
"ring": "42 65% 58%"
}
}
},
{
"id": "ivory-rose",
"name": "Ivory & Rose Gold",
"description": "Soft ivory with rose-gold flourishes for weddings and jewellers.",
"theme": {
"mode": "light",
"lightColors": {
"background": "36 40% 97%",
"foreground": "20 15% 14%",
"card": "36 35% 99%",
"cardForeground": "20 15% 14%",
"popover": "36 35% 99%",
"popoverForeground": "20 15% 14%",
"primary": "18 55% 58%",
"primaryForeground": "36 40% 97%",
"secondary": "30 35% 92%",
"secondaryForeground": "20 15% 14%",
"muted": "30 25% 94%",
"mutedForeground": "20 12% 40%",
"accent": "15 65% 65%",
"accentForeground": "20 20% 8%",
"destructive": "0 70% 45%",
"destructiveForeground": "36 40% 97%",
"border": "25 30% 82%",
"input": "25 25% 86%",
"ring": "18 55% 58%"
}
}
},
{
"id": "velvet-onyx",
"name": "Velvet Onyx",
"description": "Deep velvet onyx with gold and rose stage-lights for theatre and after-dark dining.",
"theme": {
"mode": "dark",
"darkColors": {
"background": "260 20% 6%",
"foreground": "42 40% 92%",
"card": "260 20% 10%",
"cardForeground": "42 40% 92%",
"popover": "260 20% 10%",
"popoverForeground": "42 40% 92%",
"primary": "42 70% 60%",
"primaryForeground": "260 25% 8%",
"secondary": "260 18% 14%",
"secondaryForeground": "42 30% 88%",
"muted": "260 15% 12%",
"mutedForeground": "42 15% 60%",
"accent": "320 35% 55%",
"accentForeground": "42 40% 95%",
"destructive": "0 72% 52%",
"destructiveForeground": "42 40% 95%",
"border": "260 20% 22%",
"input": "260 18% 18%",
"ring": "42 70% 60%"
}
}
}
]