feat(themes): add Eleia Coastal Kitchen Mediterranean Aegean design system
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user