mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
121 lines
2.9 KiB
JSON
121 lines
2.9 KiB
JSON
{
|
|
"scss_output": [
|
|
{
|
|
"theme_name": "default",
|
|
"theme": {
|
|
"name": "Default",
|
|
"colors": {
|
|
"primary": { "hex": "#1976d2" },
|
|
"secondary": { "hex": "#9c27b0" }
|
|
},
|
|
"typography": {
|
|
"fontFamily": "IBM Plex Sans",
|
|
"headingFont": "Space Grotesk",
|
|
"codeFont": "JetBrains Mono",
|
|
"baseFontSize": 16
|
|
},
|
|
"spacing": {
|
|
"spacingUnit": 8,
|
|
"borderRadius": 4,
|
|
"containerWidth": 1200
|
|
},
|
|
"borders": {
|
|
"width": 1,
|
|
"color": { "hex": "#e0e0e0" },
|
|
"style": "solid"
|
|
},
|
|
"shadows": {
|
|
"blur": 4,
|
|
"spread": 0,
|
|
"opacity": 15
|
|
}
|
|
},
|
|
"expected_patterns": [
|
|
"$color-primary: #1976d2",
|
|
"$color-secondary: #9c27b0",
|
|
"IBM Plex Sans",
|
|
"$spacing-unit: 8px",
|
|
"$border-radius: 4px"
|
|
]
|
|
},
|
|
{
|
|
"theme_name": "dark",
|
|
"theme": {
|
|
"name": "Dark",
|
|
"colors": {
|
|
"primary": { "hex": "#90caf9" },
|
|
"secondary": { "hex": "#ce93d8" }
|
|
},
|
|
"typography": {
|
|
"fontFamily": "Inter",
|
|
"headingFont": "Poppins",
|
|
"codeFont": "Fira Code",
|
|
"baseFontSize": 14
|
|
},
|
|
"spacing": {
|
|
"spacingUnit": 4,
|
|
"borderRadius": 8,
|
|
"containerWidth": 1400
|
|
},
|
|
"borders": {
|
|
"width": 1,
|
|
"color": { "hex": "#424242" },
|
|
"style": "solid"
|
|
},
|
|
"shadows": {
|
|
"blur": 8,
|
|
"spread": 2,
|
|
"opacity": 25
|
|
}
|
|
},
|
|
"expected_patterns": [
|
|
"$color-primary: #90caf9",
|
|
"Inter",
|
|
"$spacing-unit: 4px",
|
|
"$border-radius: 8px"
|
|
]
|
|
}
|
|
],
|
|
"css_output": [
|
|
{
|
|
"theme_name": "default",
|
|
"theme": {
|
|
"name": "Default",
|
|
"colors": {
|
|
"primary": { "hex": "#1976d2" },
|
|
"secondary": { "hex": "#9c27b0" }
|
|
},
|
|
"typography": {
|
|
"fontFamily": "IBM Plex Sans",
|
|
"headingFont": "Space Grotesk",
|
|
"codeFont": "JetBrains Mono",
|
|
"baseFontSize": 16
|
|
},
|
|
"spacing": {
|
|
"spacingUnit": 8,
|
|
"borderRadius": 4,
|
|
"containerWidth": 1200
|
|
},
|
|
"borders": {
|
|
"width": 1,
|
|
"color": { "hex": "#e0e0e0" },
|
|
"style": "solid"
|
|
},
|
|
"shadows": {
|
|
"blur": 4,
|
|
"spread": 0,
|
|
"opacity": 15
|
|
}
|
|
},
|
|
"expected_patterns": [
|
|
"--color-primary: #1976d2",
|
|
"--color-secondary: #9c27b0",
|
|
":root {",
|
|
"IBM Plex Sans",
|
|
"--spacing-unit: 8px",
|
|
"--border-radius: 4px"
|
|
]
|
|
}
|
|
]
|
|
}
|