{ "id": "bsod-blue", "name": "BSOD Blue", "category": "tech", "description": "The infamous crash screen. Pure white terminal fonts on a deep, error blue background.", "vibe": "Crash, Error, Terminal", "googleFontsImport": "https://fonts.googleapis.com/css2?family=Lucident&family=Fira+Mono:wght@400;500;700&display=swap", "typography": { "fonts": { "heading": "Lucident", "body": "Fira Mono", "code": "Fira Mono" }, "colors": { "text": "FFFFFF", "textSecondary": "FFFFFF", "background": "0000AA", "accent": "FFFFFF", "border": "FFFFFF", "codeBg": "000088", "blockquoteBg": "0000AA", "blockquoteBorder": "FFFFFF" } }, "elements": { "h1": { "font": "heading", "size": 24, "color": "text", "bold": true, "align": "left", "spacing": { "before": 48, "after": 24, "line": 1.2 } }, "h2": { "font": "body", "size": 14, "color": "text", "bold": false, "align": "left", "underline": true, "spacing": { "before": 32, "after": 16, "line": 1.3 } }, "h3": { "font": "body", "size": 12, "color": "text", "bold": true, "align": "left", "spacing": { "before": 24, "after": 12, "line": 1.4 } }, "h4": { "font": "body", "size": 11, "color": "text", "bold": true, "align": "left", "spacing": { "before": 20, "after": 10, "line": 1.4 } }, "h5": { "font": "body", "size": 11, "color": "text", "bold": true, "align": "left", "spacing": { "before": 16, "after": 8, "line": 1.4 } }, "h6": { "font": "body", "size": 11, "color": "text", "bold": true, "align": "left", "uppercase": true, "spacing": { "before": 16, "after": 8, "line": 1.4 } }, "p": { "font": "body", "size": 11, "color": "text", "align": "left", "spacing": { "before": 0, "after": 14, "line": 1.5 } }, "blockquote": { "font": "body", "size": 11, "color": "text", "italic": false, "align": "left", "spacing": { "before": 24, "after": 24, "line": 1.5 }, "padding": 16, "border": { "color": "border", "width": 2, "style": "solid" }, "background": "blockquoteBg" }, "code": { "font": "code", "size": 11, "color": "text", "background": "codeBg", "spacing": { "before": 0, "after": 0, "line": 1.5 } }, "pre": { "font": "code", "size": 11, "color": "text", "background": "codeBg", "padding": 16, "spacing": { "before": 16, "after": 16, "line": 1.5 }, "border": { "color": "border", "width": 1, "style": "solid" } }, "ul": { "spacing": { "before": 16, "after": 16, "line": 1.5 }, "indent": 24, "bullet": "square" }, "ol": { "spacing": { "before": 16, "after": 16, "line": 1.5 }, "indent": 24, "numbering": "decimal" }, "li": { "font": "body", "size": 11, "color": "text", "spacing": { "before": 4, "after": 4, "line": 1.5 } }, "strong": { "font": "body", "bold": true, "color": "text" }, "em": { "font": "body", "italic": true }, "a": { "font": "body", "color": "text", "underline": true, "bold": true }, "table": { "spacing": { "before": 24, "after": 24, "line": 1.4 }, "border": { "color": "border", "width": 2, "style": "solid" } }, "th": { "font": "body", "size": 11, "color": "text", "bold": true, "background": "codeBg", "padding": 12, "borderBottom": { "color": "border", "width": 2, "style": "solid" } }, "td": { "font": "body", "size": 11, "color": "text", "padding": 12, "borderBottom": { "color": "border", "width": 1, "style": "solid" } }, "hr": { "spacing": { "before": 32, "after": 32 }, "border": { "color": "border", "width": 2, "style": "solid" } }, "img": { "align": "left", "spacing": { "before": 24, "after": 24 }, "border": { "color": "border", "width": 2, "style": "solid" } }, "del": { "font": "body", "strikethrough": true, "color": "border" }, "sup": { "font": "body", "size": 9, "superScript": true }, "sub": { "font": "body", "size": 9, "subScript": true }, "mark": { "font": "body", "background": "codeBg", "color": "text" }, "footnote": { "font": "body", "size": 10, "color": "text", "superScript": true }, "footnoteRef": { "font": "body", "size": 10, "color": "text", "spacing": { "before": 4, "after": 4, "line": 1.2 } } }, "page": { "margins": { "top": 72, "bottom": 72, "left": 72, "right": 72 }, "columns": 1, "header": true, "footer": true } }