feat(themes): add Eleia Coastal Kitchen Mediterranean Aegean design system

This commit is contained in:
AyrisAI
2026-08-20 03:46:41 +03:00
parent bf637b02ed
commit c0544251b8
4 changed files with 101 additions and 3 deletions
+19
View File
@@ -16,6 +16,25 @@ export interface ThemePreset {
}
export const THEME_PRESETS: Record<string, ThemePreset> = {
coastal: {
key: "coastal",
name: "Eleia Coastal Kitchen",
fontFamily: "serif",
config: {
primaryColor: "#BF614B",
background: "#F7F3EC",
productLayout: "card",
categoryLayout: "tabs",
},
cardBg: "#FCFAF6",
cardBorder: "#E4DBCF",
textPrimary: "#1A1615",
textSecondary: "#6B635B",
accentBg: "rgba(101, 109, 74, 0.12)",
headerGradient: "linear-gradient(180deg, #2D231E 0%, #1A1615 100%)",
badgeBg: "#656D4A",
badgeText: "#FFFFFF",
},
neon: {
key: "neon",
name: "Neon Street Fuze",