feat(themes): add Amber Artisan 2-column bento gourmet dark theme
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user