- 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
319 lines
7.9 KiB
JSON
319 lines
7.9 KiB
JSON
{
|
|
"id": "pop-art-comic",
|
|
"name": "Pop Art Comic",
|
|
"category": "creative",
|
|
"description": "Bold, punchy, and loud. Inspired by classic comic books and pop art. Halftone dots, speech bubbles, and POW!",
|
|
"vibe": "Bold, Comic, Punchy",
|
|
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Bangers&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap",
|
|
"typography": {
|
|
"fonts": {
|
|
"heading": "Bangers",
|
|
"body": "Comic Neue",
|
|
"code": "Comic Neue"
|
|
},
|
|
"colors": {
|
|
"text": "212121",
|
|
"textSecondary": "D50000",
|
|
"background": "FFFFFF",
|
|
"accent": "FFD600",
|
|
"border": "212121",
|
|
"codeBg": "E3F2FD",
|
|
"blockquoteBorder": "212121"
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"font": "heading",
|
|
"size": 42,
|
|
"color": "textSecondary",
|
|
"bold": false,
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 42,
|
|
"after": 21,
|
|
"line": 1.1
|
|
},
|
|
"borderBottom": {
|
|
"color": "border",
|
|
"width": 6,
|
|
"style": "solid",
|
|
"space": 10
|
|
},
|
|
"shadow": "4px 4px 0px #000000"
|
|
},
|
|
"h2": {
|
|
"font": "heading",
|
|
"size": 32,
|
|
"color": "background",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 32,
|
|
"after": 16,
|
|
"line": 1.2
|
|
},
|
|
"background": "border",
|
|
"padding": 12,
|
|
"rotation": 1
|
|
},
|
|
"h3": {
|
|
"font": "heading",
|
|
"size": 26,
|
|
"color": "accent",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 26,
|
|
"after": 13,
|
|
"line": 1.2
|
|
},
|
|
"shadow": "2px 2px 0px #000000"
|
|
},
|
|
"h4": {
|
|
"font": "body",
|
|
"size": 20,
|
|
"color": "text",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 10,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"h5": {
|
|
"font": "heading",
|
|
"size": 18,
|
|
"color": "text",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 18,
|
|
"after": 9,
|
|
"line": 1.4
|
|
}
|
|
},
|
|
"h6": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "textSecondary",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 8,
|
|
"line": 1.4
|
|
}
|
|
},
|
|
"p": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 16,
|
|
"line": 1.5
|
|
}
|
|
},
|
|
"blockquote": {
|
|
"font": "heading",
|
|
"size": 20,
|
|
"color": "text",
|
|
"italic": false,
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 24,
|
|
"line": 1.4
|
|
},
|
|
"padding": 24,
|
|
"background": "codeBg",
|
|
"border": {
|
|
"color": "border",
|
|
"width": 4,
|
|
"style": "solid"
|
|
},
|
|
"radius": 24
|
|
},
|
|
"code": {
|
|
"font": "body",
|
|
"size": 14,
|
|
"color": "text",
|
|
"background": "accent",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 0,
|
|
"line": 1.4
|
|
}
|
|
},
|
|
"pre": {
|
|
"font": "body",
|
|
"size": 14,
|
|
"color": "text",
|
|
"background": "accent",
|
|
"padding": 16,
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16,
|
|
"line": 1.4
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"ul": {
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16,
|
|
"line": 1.5
|
|
},
|
|
"indent": 32,
|
|
"bullet": "circle"
|
|
},
|
|
"ol": {
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 16,
|
|
"line": 1.5
|
|
},
|
|
"indent": 32,
|
|
"numbering": "decimal"
|
|
},
|
|
"li": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"spacing": {
|
|
"before": 4,
|
|
"after": 4,
|
|
"line": 1.5
|
|
}
|
|
},
|
|
"strong": {
|
|
"font": "heading",
|
|
"bold": false,
|
|
"color": "textSecondary"
|
|
},
|
|
"em": {
|
|
"font": "body",
|
|
"italic": true,
|
|
"color": "text"
|
|
},
|
|
"a": {
|
|
"font": "heading",
|
|
"color": "accent",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"table": {
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 24,
|
|
"line": 1.2
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"th": {
|
|
"font": "heading",
|
|
"size": 16,
|
|
"color": "text",
|
|
"bold": false,
|
|
"background": "accent",
|
|
"padding": 12,
|
|
"borderBottom": {
|
|
"color": "border",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"td": {
|
|
"font": "body",
|
|
"size": 16,
|
|
"color": "text",
|
|
"padding": 12,
|
|
"borderBottom": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"hr": {
|
|
"spacing": {
|
|
"before": 32,
|
|
"after": 32
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 6,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"img": {
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 24
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 5,
|
|
"style": "solid"
|
|
},
|
|
"shadow": "8px 8px 0px #000000"
|
|
},
|
|
"del": {
|
|
"font": "body",
|
|
"strikethrough": true,
|
|
"color": "textSecondary"
|
|
},
|
|
"sup": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"superScript": true
|
|
},
|
|
"sub": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"subScript": true
|
|
},
|
|
"mark": {
|
|
"font": "body",
|
|
"background": "accent",
|
|
"color": "text"
|
|
},
|
|
"footnote": {
|
|
"font": "body",
|
|
"size": 14,
|
|
"color": "text",
|
|
"superScript": true
|
|
},
|
|
"footnoteRef": {
|
|
"font": "body",
|
|
"size": 14,
|
|
"color": "text",
|
|
"spacing": {
|
|
"before": 6,
|
|
"after": 6,
|
|
"line": 1.2
|
|
}
|
|
}
|
|
},
|
|
"page": {
|
|
"margins": {
|
|
"top": 72,
|
|
"bottom": 72,
|
|
"left": 72,
|
|
"right": 72
|
|
},
|
|
"columns": 1,
|
|
"header": true,
|
|
"footer": true
|
|
}
|
|
} |