- 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
309 lines
7.8 KiB
JSON
309 lines
7.8 KiB
JSON
{
|
|
"id": "arctic-base",
|
|
"name": "Arctic Base",
|
|
"category": "Scientific",
|
|
"description": "High-contrast, sterile design optimized for clarity in low-light environments. Technical typography with a crisp, cold aesthetic.",
|
|
"vibe": "Technical, Cold, Crisp",
|
|
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Iceland:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jura: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": "Iceland",
|
|
"body": "Inter",
|
|
"code": "Jura"
|
|
},
|
|
"colors": {
|
|
"text": "002F6C",
|
|
"textSecondary": "01579B",
|
|
"background": "F0F8FF",
|
|
"accent": "0288D1",
|
|
"border": "B3E5FC",
|
|
"codeBg": "E1F5FE",
|
|
"blockquoteBorder": "0277BD"
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"font": "heading",
|
|
"size": 42,
|
|
"color": "text",
|
|
"bold": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 12,
|
|
"line": 1.1
|
|
},
|
|
"borderBottom": {
|
|
"color": "accent",
|
|
"width": 4,
|
|
"style": "solid"
|
|
}
|
|
,
|
|
"background": "E1F5FE",
|
|
"padding": 12
|
|
},
|
|
"h2": {
|
|
"font": "code",
|
|
"size": 24,
|
|
"color": "textSecondary",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 20,
|
|
"after": 10,
|
|
"line": 1.2
|
|
},
|
|
"allCaps": true,
|
|
"borderLeft": {
|
|
"color": "accent",
|
|
"width": 6,
|
|
"style": "solid",
|
|
"space": 8
|
|
}
|
|
},
|
|
"h3": {
|
|
"font": "code",
|
|
"size": 18,
|
|
"color": "accent",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 16,
|
|
"after": 8,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"h4": {
|
|
"font": "code",
|
|
"size": 14,
|
|
"color": "textSecondary",
|
|
"bold": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 6,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"h5": {
|
|
"font": "body",
|
|
"size": 12,
|
|
"color": "textSecondary",
|
|
"italic": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 5,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"h6": {
|
|
"font": "body",
|
|
"size": 10,
|
|
"color": "textSecondary",
|
|
"allCaps": true,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 10,
|
|
"after": 5,
|
|
"line": 1.2
|
|
}
|
|
},
|
|
"p": {
|
|
"font": "body",
|
|
"size": 11,
|
|
"color": "text",
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 12,
|
|
"line": 1.6
|
|
}
|
|
},
|
|
"blockquote": {
|
|
"font": "code",
|
|
"size": 11,
|
|
"color": "textSecondary",
|
|
"italic": false,
|
|
"align": "left",
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.5
|
|
},
|
|
"background": "E1F5FE",
|
|
"padding": 12,
|
|
"borderLeft": {
|
|
"color": "accent",
|
|
"width": 3,
|
|
"style": "solid"
|
|
}
|
|
|
|
},
|
|
"code": {
|
|
"font": "code",
|
|
"size": 10,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 0,
|
|
"line": 1.3
|
|
}
|
|
},
|
|
"pre": {
|
|
"font": "code",
|
|
"size": 10,
|
|
"color": "text",
|
|
"background": "codeBg",
|
|
"padding": 12,
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.3
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"ul": {
|
|
"spacing": {
|
|
"before": 8,
|
|
"after": 8,
|
|
"line": 1.5
|
|
},
|
|
"indent": 20,
|
|
"bullet": "square"
|
|
},
|
|
"ol": {
|
|
"spacing": {
|
|
"before": 8,
|
|
"after": 8,
|
|
"line": 1.5
|
|
},
|
|
"indent": 20,
|
|
"numbering": "decimal"
|
|
},
|
|
"li": {
|
|
"font": "body",
|
|
"size": 11,
|
|
"color": "text",
|
|
"spacing": {
|
|
"before": 0,
|
|
"after": 0,
|
|
"line": 1.5
|
|
}
|
|
},
|
|
"strong": {
|
|
"font": "body",
|
|
"bold": true
|
|
},
|
|
"em": {
|
|
"font": "body",
|
|
"italic": true
|
|
},
|
|
"a": {
|
|
"font": "body",
|
|
"color": "accent",
|
|
"underline": false
|
|
},
|
|
"table": {
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12,
|
|
"line": 1.2
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"th": {
|
|
"font": "code",
|
|
"size": 10,
|
|
"color": "text",
|
|
"bold": true,
|
|
"background": "B3E5FC",
|
|
"padding": 8,
|
|
"borderBottom": {
|
|
"color": "accent",
|
|
"width": 2,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"td": {
|
|
"font": "body",
|
|
"size": 10,
|
|
"color": "text",
|
|
"padding": 8,
|
|
"background": "F0F8FF"
|
|
},
|
|
"hr": {
|
|
"spacing": {
|
|
"before": 24,
|
|
"after": 24
|
|
},
|
|
"border": {
|
|
"color": "border",
|
|
"width": 1,
|
|
"style": "solid"
|
|
}
|
|
},
|
|
"img": {
|
|
"align": "center",
|
|
"spacing": {
|
|
"before": 12,
|
|
"after": 12
|
|
}
|
|
},
|
|
"del": {
|
|
"font": "body",
|
|
"strikethrough": true
|
|
},
|
|
"sup": {
|
|
"font": "body",
|
|
"size": 8,
|
|
"superScript": true
|
|
},
|
|
"sub": {
|
|
"font": "body",
|
|
"size": 8,
|
|
"subScript": true
|
|
},
|
|
"mark": {
|
|
"font": "body",
|
|
"background": "B3E5FC",
|
|
"color": "text"
|
|
},
|
|
"footnote": {
|
|
"font": "body",
|
|
"size": 9,
|
|
"color": "textSecondary",
|
|
"superScript": true
|
|
},
|
|
"footnoteRef": {
|
|
"font": "body",
|
|
"size": 9,
|
|
"color": "textSecondary",
|
|
"spacing": {
|
|
"before": 4,
|
|
"after": 4,
|
|
"line": 1.2
|
|
}
|
|
}
|
|
},
|
|
"page": {
|
|
"margins": {
|
|
"top": 72,
|
|
"bottom": 72,
|
|
"left": 72,
|
|
"right": 72
|
|
},
|
|
"columns": 1,
|
|
"header": true,
|
|
"footer": true
|
|
}
|
|
} |