chore: starter template
This commit is contained in:
25
packages/mantine-theme/themes/default.json
Normal file
25
packages/mantine-theme/themes/default.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user