Files
2026-07-10 19:42:56 +02:00

26 lines
918 B
JSON

{
"name": "Default",
"description": "Confident indigo with soft elevation — a solid, non-gray starting point.",
"brand": {
"colors": { "primary": "#4f46e5", "secondary": "#0ea5e9", "accent": "#f59e0b" },
"fonts": { "heading": "Inter", "body": "Inter" }
},
"structure": {
"defaultRadius": "md",
"autoContrast": true,
"primaryShade": { "light": 6, "dark": 5 },
"shadows": {
"xs": "0 1px 3px rgba(0,0,0,0.08)",
"sm": "0 2px 8px rgba(0,0,0,0.10)",
"md": "0 6px 18px -4px rgba(0,0,0,0.15)",
"lg": "0 12px 32px -8px rgba(0,0,0,0.20)",
"xl": "0 20px 48px -12px rgba(0,0,0,0.24)"
},
"defaultGradient": { "from": "primary.5", "to": "secondary.6", "deg": 135 },
"components": {
"Card": { "defaultProps": { "shadow": "sm", "radius": "md", "withBorder": true } },
"Paper": { "defaultProps": { "shadow": "sm", "radius": "md" } }
}
}
}