feat(themes): add Neon Street Fuze graffiti burger/taco menu design system

This commit is contained in:
AyrisAI
2026-08-20 03:44:02 +03:00
parent 809200550e
commit bf637b02ed
4 changed files with 108 additions and 3 deletions
+19
View File
@@ -16,6 +16,25 @@ export interface ThemePreset {
}
export const THEME_PRESETS: Record<string, ThemePreset> = {
neon: {
key: "neon",
name: "Neon Street Fuze",
fontFamily: "heading",
config: {
primaryColor: "#FF2A85",
background: "#0D1117",
productLayout: "card",
categoryLayout: "tabs",
},
cardBg: "#FCF7EC",
cardBorder: "rgba(255, 42, 133, 0.3)",
textPrimary: "#101419",
textSecondary: "#4B5563",
accentBg: "rgba(0, 255, 135, 0.15)",
headerGradient: "linear-gradient(180deg, #161B22 0%, #0D1117 100%)",
badgeBg: "#0070F3",
badgeText: "#FFFFFF",
},
maison: {
key: "maison",
name: "La Maison d'Élève",