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

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

153 lines
4.7 KiB
JSON

[
{
"id": "paper-pink",
"name": "Paper & Hot Pink",
"description": "Warm paper-tone background with a hot-pink editorial accent (default).",
"theme": {
"mode": "both",
"lightColors": {
"background": "38 30% 96%",
"foreground": "0 0% 8%",
"card": "0 0% 100%",
"cardForeground": "0 0% 8%",
"popover": "0 0% 100%",
"popoverForeground": "0 0% 8%",
"primary": "0 0% 8%",
"primaryForeground": "38 30% 96%",
"secondary": "38 20% 90%",
"secondaryForeground": "0 0% 8%",
"muted": "38 20% 92%",
"mutedForeground": "0 0% 40%",
"accent": "330 95% 58%",
"accentForeground": "0 0% 100%",
"destructive": "0 84% 55%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 88%",
"input": "0 0% 88%",
"ring": "330 95% 58%"
},
"darkColors": {
"background": "0 0% 8%",
"foreground": "38 30% 96%",
"card": "0 0% 11%",
"cardForeground": "38 30% 96%",
"popover": "0 0% 11%",
"popoverForeground": "38 30% 96%",
"primary": "38 30% 96%",
"primaryForeground": "0 0% 8%",
"secondary": "0 0% 14%",
"secondaryForeground": "38 30% 96%",
"muted": "0 0% 14%",
"mutedForeground": "38 10% 60%",
"accent": "330 95% 62%",
"accentForeground": "0 0% 8%",
"destructive": "0 84% 60%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 18%",
"input": "0 0% 18%",
"ring": "330 95% 62%"
}
}
},
{
"id": "ink-blue",
"name": "Ink & Electric Blue",
"description": "Same paper/ink neutrals with an electric-blue accent.",
"theme": {
"mode": "both",
"lightColors": {
"background": "38 30% 96%",
"foreground": "0 0% 8%",
"card": "0 0% 100%",
"cardForeground": "0 0% 8%",
"popover": "0 0% 100%",
"popoverForeground": "0 0% 8%",
"primary": "0 0% 8%",
"primaryForeground": "38 30% 96%",
"secondary": "38 20% 90%",
"secondaryForeground": "0 0% 8%",
"muted": "38 20% 92%",
"mutedForeground": "0 0% 40%",
"accent": "220 100% 56%",
"accentForeground": "0 0% 100%",
"destructive": "0 84% 55%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 88%",
"input": "0 0% 88%",
"ring": "220 100% 56%"
},
"darkColors": {
"background": "0 0% 8%",
"foreground": "38 30% 96%",
"card": "0 0% 11%",
"cardForeground": "38 30% 96%",
"popover": "0 0% 11%",
"popoverForeground": "38 30% 96%",
"primary": "38 30% 96%",
"primaryForeground": "0 0% 8%",
"secondary": "0 0% 14%",
"secondaryForeground": "38 30% 96%",
"muted": "0 0% 14%",
"mutedForeground": "38 10% 60%",
"accent": "220 100% 62%",
"accentForeground": "0 0% 8%",
"destructive": "0 84% 60%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 18%",
"input": "0 0% 18%",
"ring": "220 100% 62%"
}
}
},
{
"id": "chalk-lime",
"name": "Chalk & Lime",
"description": "Cooler chalk background with a lime accent — fresh, contemporary edge.",
"theme": {
"mode": "both",
"lightColors": {
"background": "60 15% 97%",
"foreground": "0 0% 8%",
"card": "0 0% 100%",
"cardForeground": "0 0% 8%",
"popover": "0 0% 100%",
"popoverForeground": "0 0% 8%",
"primary": "0 0% 8%",
"primaryForeground": "60 15% 97%",
"secondary": "60 12% 91%",
"secondaryForeground": "0 0% 8%",
"muted": "60 12% 93%",
"mutedForeground": "0 0% 40%",
"accent": "78 90% 50%",
"accentForeground": "0 0% 8%",
"destructive": "0 84% 55%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 88%",
"input": "0 0% 88%",
"ring": "78 90% 50%"
},
"darkColors": {
"background": "0 0% 6%",
"foreground": "60 15% 95%",
"card": "0 0% 10%",
"cardForeground": "60 15% 95%",
"popover": "0 0% 10%",
"popoverForeground": "60 15% 95%",
"primary": "60 15% 95%",
"primaryForeground": "0 0% 6%",
"secondary": "0 0% 13%",
"secondaryForeground": "60 15% 95%",
"muted": "0 0% 13%",
"mutedForeground": "60 8% 60%",
"accent": "78 90% 55%",
"accentForeground": "0 0% 8%",
"destructive": "0 84% 60%",
"destructiveForeground": "0 0% 100%",
"border": "0 0% 17%",
"input": "0 0% 17%",
"ring": "78 90% 55%"
}
}
}
]