← back to SmokeShop
templates/template-a/config.json
49 lines
{
"name": "Smoke & Vape Depot — Dark",
"description": "Dark smoky palette with bold sans-serif. Primary branded template.",
"background": {
"type": "gradient",
"colors": ["#1a1a2e", "#16213e"],
"direction": "diagonal"
},
"border": {
"width": 40,
"color": "#e94560",
"innerColor": "#0f3460",
"style": "solid",
"cornerRadius": 0
},
"text": {
"fontFamily": "DejaVu Sans",
"fontWeight": "bold",
"fontSize": 72,
"color": "#ffffff",
"shadowColor": "rgba(233, 69, 96, 0.5)",
"shadowBlur": 20,
"position": "center",
"maxWords": 4
},
"storeName": {
"text": "SMOKE & VAPE DEPOT",
"fontSize": 28,
"color": "#e94560",
"position": "bottom"
},
"address": {
"text": "6100 Reseda Blvd, Reseda CA",
"fontSize": 18,
"color": "#aaaaaa"
},
"ageDisclaimer": {
"text": "21+ ONLY",
"fontSize": 16,
"color": "#666666"
},
"accent": "#e94560",
"categoryColors": {
"community": "#4ecdc4",
"product": "#e94560",
"promo": "#ffd93d"
}
}