mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"designerPrimary": "#1976d2",
|
|
"designerSecondary": "#9c27b0",
|
|
"designerBackground": "#ffffff",
|
|
"designerSurface": "#f5f5f5",
|
|
"designerTextPrimary": "#212121",
|
|
"designerTextSecondary": "#757575",
|
|
"designerError": "#f44336",
|
|
"designerWarning": "#ff9800",
|
|
"designerSuccess": "#4caf50",
|
|
"designerInfo": "#2196f3",
|
|
"designerBorder": "#e0e0e0",
|
|
"swatchBorder": "#dee2e6",
|
|
"codeBackground": "#1e1e1e"
|
|
},
|
|
"spacing": {
|
|
"designerGrid": "1rem",
|
|
"panelPadding": "1.5rem",
|
|
"propertyGroupPadding": "1rem",
|
|
"controlGap": "0.5rem",
|
|
"sectionGap": "1.5rem",
|
|
"swatchSize": "40px",
|
|
"sliderThumb": "16px"
|
|
},
|
|
"shadows": {
|
|
"panel": "0 2px 8px rgba(0, 0, 0, 0.1)",
|
|
"swatch": "0 1px 4px rgba(0, 0, 0, 0.08)",
|
|
"elevated": "0 4px 16px rgba(0, 0, 0, 0.12)"
|
|
},
|
|
"borders": {
|
|
"panel": "1px solid var(--border)",
|
|
"swatch": "2px solid var(--border)",
|
|
"dashed": "1px dashed var(--border)"
|
|
},
|
|
"typography": {
|
|
"labelSize": "0.875rem",
|
|
"valueSize": "0.875rem",
|
|
"titleSize": "1rem"
|
|
},
|
|
"layout": {
|
|
"sidebarWidth": "300px",
|
|
"previewWidth": "400px",
|
|
"minHeight": "100vh"
|
|
},
|
|
"transitions": {
|
|
"scale": "transform 0.2s ease-in-out",
|
|
"opacity": "opacity 0.2s ease-in-out",
|
|
"all": "all 0.2s ease-in-out"
|
|
}
|
|
}
|