- Ported Minimalist templates to JSON (Swiss Grid, Brutalist, etc.) - Ported Tech templates to JSON (SaaS, Terminal, Cyberpunk, etc.) - Ported Creative templates to JSON (Art Gallery, Zine, Pop Art, etc.) - Ported Industrial templates to JSON (Blueprint, Factory, Schematic, etc.) - Ported Nature templates to JSON (Botanical, Ocean, Mountain, etc.) - Ported Lifestyle templates to JSON (Cookbook, Travel, Coffee House, etc.) - Ported Vintage templates to JSON (Art Deco, Medieval, Retro 80s, etc.) - Updated README.md to reflect the new JSON-based style system (example configuration and contribution workflow) - Completed migration of over 150 styles to the new architecture
307 lines
7.8 KiB
JSON
307 lines
7.8 KiB
JSON
{
|
|
"id": "kids-education",
|
|
"name": "Kids Education",
|
|
"category": "Education",
|
|
"description": "Playful, colorful, and big. Great for worksheets, stories, and classroom activities. Sticker-book aesthetic.",
|
|
"vibe": "Playful, Colorful, Fun",
|
|
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Fredoka+One:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Comic+Neue:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Kosugi+Maru:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap",
|
|
"typography": {
|
|
"fonts": {
|
|
"heading": "Fredoka One",
|
|
"body": "Comic Neue",
|
|
"code": "Kosugi Maru"
|
|
},
|
|
"colors": {
|
|
"text": "2C3E50",
|
|
"textSecondary": "5D4037",
|
|
"background": "FFFDF5",
|
|
"accent": "FF6B6B",
|
|
"border": "4ECDC4",
|
|
"codeBg": "FFE66D",
|
|
"blockquoteBorder": "FF6B6B"
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"font": "heading",
|
|
"size": 42,
|
|
"color": "accent",
|
|
"bold": false,
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 32,
|
|
"after": 16,
|
|
"line": 1.1
|
|
},
|
|
"background": "FFF9C4",
|
|
"padding": 16,
|
|
"borderRadius": 20,
|
|
"border": {
|
|
"color": "border",
|
|
"width": 4,
|
|
"style": "dashed"
|
|
}
|
|
},
|
|
"h2": {
|
|
"font": "heading",
|
|
"size": 28,
|
|
"color": "4ECDC4",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 12,
|
|
"line": 1.2
|
|
},
|
|
"allCaps": true
|
|
},
|
|
"h3": {
|
|
"font": "heading",
|
|
"size": 22,
|
|
"color": "textSecondary",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 10,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"h4": {
|
|
"font": "heading",
|
|
"size": 18,
|
|
"color": "text",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 8,
|
|
"line": 1.3
|
|
},
|
|
"background": "F0F0F0",
|
|
"padding": 8,
|
|
"borderRadius": 10
|
|
},
|
|
"h5": {
|
|
"font": "heading",
|
|
"size": 16,
|
|
"color": "accent",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 14,
|
|
"after": 6,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"h6": {
|
|
"font": "body",
|
|
"size": 14,
|
|
"color": "textSecondary",
|
|
"italic": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 14,
|
|
"after": 6,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"p": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 12,
|
|
"line": 1.6
|
|
},
|
|
"weight": 700
|
|
},
|
|
"blockquote": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"italic": true,
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 20,
|
|
"line": 1.5
|
|
},
|
|
"padding": 20,
|
|
"border": {
|
|
"color": "blockquoteBorder",
|
|
"width": 4,
|
|
"style": "dotted"
|
|
},
|
|
"background": "E0F2F1",
|
|
"borderRadius": 16
|
|
},
|
|
"code": {
|
|
"font": "code",
|
|
"size": 14,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 0,
|
|
"line": 1.4
|
|
}
|
|
},
|
|
"pre": {
|
|
"font": "code",
|
|
"size": 14,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"padding": 16,
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16,
|
|
"line": 1.4
|
|
},
|
|
"border": {
|
|
"color": "text",
|
|
"width": 3,
|
|
"style": "solid"
|
|
},
|
|
"borderRadius": 12
|
|
},
|
|
"ul": {
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.6
|
|
},
|
|
"indent": 32,
|
|
"bullet": "circle"
|
|
},
|
|
"ol": {
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.6
|
|
},
|
|
"indent": 32,
|
|
"numbering": "decimal"
|
|
},
|
|
"li": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"spacing": {
|
|
"before": 4,
|
|
"after": 4,
|
|
"line": 1.6
|
|
}
|
|
},
|
|
"strong": {
|
|
"font": "heading",
|
|
"bold": false
|
|
},
|
|
"em": {
|
|
"font": "body",
|
|
"italic": true
|
|
},
|
|
"a": {
|
|
"font": "heading",
|
|
"color": "accent",
|
|
"underline": true
|
|
},
|
|
"table": {
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 20,
|
|
"line": 1.3
|
|
},
|
|
"border": {
|
|
"color": "text",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"th": {
|
|
"font": "heading",
|
|
"size": 16,
|
|
"color": "text",
|
|
"bold": false,
|
|
"background": "4ECDC4",
|
|
"padding": 12,
|
|
"borderBottom": {
|
|
"color": "text",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"td": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"padding": 12
|
|
},
|
|
"hr": {
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 24
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 4,
|
|
"style": "dashed"
|
|
}
|
|
},
|
|
"img": {
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16
|
|
}
|
|
},
|
|
"del": {
|
|
"font": "body",
|
|
"strikethrough": true
|
|
},
|
|
"sup": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"superScript": true
|
|
},
|
|
"sub": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"subScript": true
|
|
},
|
|
"mark": {
|
|
"font": "body",
|
|
"background": "FFE66D",
|
|
"color": "text"
|
|
},
|
|
"footnote": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "textSecondary",
|
|
"superScript": true
|
|
},
|
|
"footnoteRef": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "textSecondary",
|
|
"spacing": {
|
|
"before": 6,
|
|
"after": 6,
|
|
"line": 1.3
|
|
}
|
|
}
|
|
},
|
|
"page": {
|
|
"margins": {
|
|
"top": 54,
|
|
"bottom": 54,
|
|
"left": 54,
|
|
"right": 54
|
|
},
|
|
"columns": 1,
|
|
"header": true,
|
|
"footer": true
|
|
}
|
|
} |