Files
claudemesh/.context/turbostarter-framework-context/wireframes/wireframe-themes.json
Alejandro Gutiérrez d3163a5bff feat(db): mesh data model — meshes, members, invites, audit log
- pgSchema "mesh" with 4 tables isolating the peer mesh domain
- Enums: visibility, transport, tier, role
- audit_log is metadata-only (E2E encryption enforced at broker/client)
- Cascade on mesh delete, soft-delete via archivedAt/revokedAt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 21:19:32 +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"
}
}
}