- 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
313 lines
7.8 KiB
JSON
313 lines
7.8 KiB
JSON
{
|
|
"id": "scantron-test",
|
|
"name": "Scantron Test",
|
|
"category": "Academic",
|
|
"description": "Optical Machine Reading (OMR) aesthetic. Monospaced clarity combined with bubble-sheet layout elements.",
|
|
"vibe": "Technical, Retro, Bureaucratic",
|
|
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Space+Mono: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": "Courier Prime",
|
|
"body": "Space Mono",
|
|
"code": "Space Mono"
|
|
},
|
|
"colors": {
|
|
"text": "1B5E20",
|
|
"textSecondary": "33691E",
|
|
"background": "FFFDE7",
|
|
"accent": "D81B60",
|
|
"border": "A5D6A7",
|
|
"codeBg": "F1F8E9",
|
|
"blockquoteBorder": "1B5E20"
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"font": "heading",
|
|
"size": 24,
|
|
"color": "text",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 10,
|
|
"line": 1.2
|
|
},
|
|
"allCaps": true,
|
|
"borderBottom": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "dashed"
|
|
},
|
|
"letterSpacing": 2
|
|
},
|
|
"h2": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "textSecondary",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 8,
|
|
"line": 1.2
|
|
},
|
|
"background": "E8F5E9",
|
|
"padding": 6,
|
|
"border": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"h3": {
|
|
"font": "heading",
|
|
"size": 14,
|
|
"color": "text",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 6,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"h4": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "textSecondary",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 4,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"h5": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "textSecondary",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 4,
|
|
"line": 1.3
|
|
},
|
|
"allCaps": true
|
|
},
|
|
"h6": {
|
|
"font": "body",
|
|
"size": 10,
|
|
"color": "textSecondary",
|
|
"italic": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 4,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"p": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "text",
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 10,
|
|
"line": 1.5
|
|
},
|
|
"weight": 400
|
|
},
|
|
"blockquote": {
|
|
"font": "heading",
|
|
"size": 12,
|
|
"color": "text",
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16,
|
|
"line": 1.5
|
|
},
|
|
"padding": 20,
|
|
"border": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "dotted"
|
|
},
|
|
"background": "FFFFFF",
|
|
"borderRadius": 50
|
|
},
|
|
"code": {
|
|
"font": "code",
|
|
"size": 10,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 0,
|
|
"line": 1.4
|
|
}
|
|
},
|
|
"pre": {
|
|
"font": "code",
|
|
"size": 10,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"padding": 12,
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.4
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"ul": {
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 10,
|
|
"line": 1.5
|
|
},
|
|
"indent": 20,
|
|
"bullet": "circle"
|
|
},
|
|
"ol": {
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 10,
|
|
"line": 1.5
|
|
},
|
|
"indent": 20,
|
|
"numbering": "decimal"
|
|
},
|
|
"li": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "text",
|
|
"spacing": {
|
|
"before": 2,
|
|
"after": 2,
|
|
"line": 1.5
|
|
}
|
|
},
|
|
"strong": {
|
|
"font": "heading",
|
|
"bold": true
|
|
},
|
|
"em": {
|
|
"font": "body",
|
|
"italic": true
|
|
},
|
|
"a": {
|
|
"font": "heading",
|
|
"color": "accent",
|
|
"underline": true
|
|
},
|
|
"table": {
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.2
|
|
},
|
|
"border": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"th": {
|
|
"font": "heading",
|
|
"size": 11,
|
|
"color": "text",
|
|
"bold": true,
|
|
"background": "C8E6C9",
|
|
"padding": 8,
|
|
"borderBottom": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"td": {
|
|
"font": "body",
|
|
"size": 11,
|
|
"color": "text",
|
|
"padding": 8,
|
|
"borderRight": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "dashed"
|
|
}
|
|
},
|
|
"hr": {
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 20
|
|
},
|
|
"border": {
|
|
"color": "text",
|
|
"width": 1,
|
|
"style": "dashed"
|
|
}
|
|
},
|
|
"img": {
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12
|
|
}
|
|
},
|
|
"del": {
|
|
"font": "body",
|
|
"strikethrough": true
|
|
},
|
|
"sup": {
|
|
"font": "body",
|
|
"size": 9,
|
|
"superScript": true
|
|
},
|
|
"sub": {
|
|
"font": "body",
|
|
"size": 9,
|
|
"subScript": true
|
|
},
|
|
"mark": {
|
|
"font": "body",
|
|
"background": "FFCDD2",
|
|
"color": "text"
|
|
},
|
|
"footnote": {
|
|
"font": "body",
|
|
"size": 10,
|
|
"color": "textSecondary",
|
|
"superScript": true
|
|
},
|
|
"footnoteRef": {
|
|
"font": "body",
|
|
"size": 10,
|
|
"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
|
|
}
|
|
} |