Files
Alejandro Gutiérrez 3527e732d4 feat: turbostarter boilerplate
Production-ready Next.js boilerplate with:
- Runtime env validation (fail-fast on missing vars)
- Feature-gated config (S3, Stripe, email, OAuth)
- Docker + Coolify deployment pipeline
- PostgreSQL + pgvector, MinIO S3, Better Auth
- TypeScript strict mode (no ignoreBuildErrors)
- i18n (en/es), AI modules, billing, monitoring

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:01:55 +01:00

173 lines
5.1 KiB
JSON

{
"themes": {
"orange-light": {
"background": "#ffffff",
"foreground": "#1a1a1a",
"primary": "#f97316",
"primary-foreground": "#ffffff",
"secondary": "#f5f5f5",
"secondary-foreground": "#1a1a1a",
"muted": "#e5e5e5",
"muted-foreground": "#737373",
"accent": "#f5f5f5",
"accent-foreground": "#1a1a1a",
"border": "#e5e5e5",
"card": "#ffffff",
"card-foreground": "#1a1a1a",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#fafafa",
"sidebar-foreground": "#1a1a1a"
},
"orange-dark": {
"background": "#1a1a1a",
"foreground": "#fafafa",
"primary": "#f97316",
"primary-foreground": "#ffffff",
"secondary": "#2a2a2a",
"secondary-foreground": "#fafafa",
"muted": "#3a3a3a",
"muted-foreground": "#a1a1a1",
"accent": "#2a2a2a",
"accent-foreground": "#fafafa",
"border": "#3a3a3a",
"card": "#2a2a2a",
"card-foreground": "#fafafa",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#2a2a2a",
"sidebar-foreground": "#fafafa"
},
"blue-light": {
"background": "#ffffff",
"foreground": "#1a1a1a",
"primary": "#2563eb",
"primary-foreground": "#ffffff",
"secondary": "#f5f5f5",
"secondary-foreground": "#1a1a1a",
"muted": "#e5e5e5",
"muted-foreground": "#737373",
"accent": "#f5f5f5",
"accent-foreground": "#1a1a1a",
"border": "#e5e5e5",
"card": "#ffffff",
"card-foreground": "#1a1a1a",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#fafafa",
"sidebar-foreground": "#1a1a1a"
},
"blue-dark": {
"background": "#1a1a1a",
"foreground": "#fafafa",
"primary": "#3b82f6",
"primary-foreground": "#ffffff",
"secondary": "#2a2a2a",
"secondary-foreground": "#fafafa",
"muted": "#3a3a3a",
"muted-foreground": "#a1a1a1",
"accent": "#2a2a2a",
"accent-foreground": "#fafafa",
"border": "#3a3a3a",
"card": "#2a2a2a",
"card-foreground": "#fafafa",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#2a2a2a",
"sidebar-foreground": "#fafafa"
},
"green-light": {
"background": "#ffffff",
"foreground": "#1a1a1a",
"primary": "#16a34a",
"primary-foreground": "#ffffff",
"secondary": "#f5f5f5",
"secondary-foreground": "#1a1a1a",
"muted": "#e5e5e5",
"muted-foreground": "#737373",
"accent": "#f5f5f5",
"accent-foreground": "#1a1a1a",
"border": "#e5e5e5",
"card": "#ffffff",
"card-foreground": "#1a1a1a",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#fafafa",
"sidebar-foreground": "#1a1a1a"
},
"green-dark": {
"background": "#1a1a1a",
"foreground": "#fafafa",
"primary": "#22c55e",
"primary-foreground": "#ffffff",
"secondary": "#2a2a2a",
"secondary-foreground": "#fafafa",
"muted": "#3a3a3a",
"muted-foreground": "#a1a1a1",
"accent": "#2a2a2a",
"accent-foreground": "#fafafa",
"border": "#3a3a3a",
"card": "#2a2a2a",
"card-foreground": "#fafafa",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#2a2a2a",
"sidebar-foreground": "#fafafa"
},
"violet-light": {
"background": "#ffffff",
"foreground": "#1a1a1a",
"primary": "#7c3aed",
"primary-foreground": "#ffffff",
"secondary": "#f5f5f5",
"secondary-foreground": "#1a1a1a",
"muted": "#e5e5e5",
"muted-foreground": "#737373",
"accent": "#f5f5f5",
"accent-foreground": "#1a1a1a",
"border": "#e5e5e5",
"card": "#ffffff",
"card-foreground": "#1a1a1a",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#fafafa",
"sidebar-foreground": "#1a1a1a"
},
"violet-dark": {
"background": "#1a1a1a",
"foreground": "#fafafa",
"primary": "#8b5cf6",
"primary-foreground": "#ffffff",
"secondary": "#2a2a2a",
"secondary-foreground": "#fafafa",
"muted": "#3a3a3a",
"muted-foreground": "#a1a1a1",
"accent": "#2a2a2a",
"accent-foreground": "#fafafa",
"border": "#3a3a3a",
"card": "#2a2a2a",
"card-foreground": "#fafafa",
"destructive": "#ef4444",
"destructive-foreground": "#ffffff",
"success": "#22c55e",
"success-foreground": "#ffffff",
"sidebar": "#2a2a2a",
"sidebar-foreground": "#fafafa"
}
}
}