feat(themes): add Amber Artisan 2-column bento gourmet dark theme

This commit is contained in:
AyrisAI
2026-08-20 02:56:38 +03:00
parent da3d4d291b
commit 89c2f62995
5 changed files with 173 additions and 63 deletions
+19
View File
@@ -16,6 +16,25 @@ export interface ThemePreset {
}
export const THEME_PRESETS: Record<string, ThemePreset> = {
artisan: {
key: "artisan",
name: "Amber Artisan",
fontFamily: "heading",
config: {
primaryColor: "#E5A855",
background: "#121316",
productLayout: "card",
categoryLayout: "tabs",
},
cardBg: "#1C1E24",
cardBorder: "rgba(255, 255, 255, 0.08)",
textPrimary: "#FFFFFF",
textSecondary: "#9DA3AF",
accentBg: "rgba(229, 168, 85, 0.14)",
headerGradient: "linear-gradient(180deg, #1A1C22 0%, #121316 100%)",
badgeBg: "#282B34",
badgeText: "#E5A855",
},
elegant: {
key: "elegant",
name: "Elegant Gold",