"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "code[class*=language-]": { "color": "#393a34", "fontFamily": "Consolas,\"Bitstream Vera Sans Mono\",\"Courier New\",Courier,monospace", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "fontSize": ".9em", "lineHeight": "1.2em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none" }, "pre[class*=language-]": { "color": "#393a34", "fontFamily": "Consolas,\"Bitstream Vera Sans Mono\",\"Courier New\",Courier,monospace", "direction": "ltr", "textAlign": "left", "whiteSpace": "pre", "wordSpacing": "normal", "wordBreak": "normal", "fontSize": ".9em", "lineHeight": "1.2em", "MozTabSize": "4", "OTabSize": "4", "tabSize": "4", "WebkitHyphens": "none", "MozHyphens": "none", "msHyphens": "none", "hyphens": "none", "padding": "1em", "margin": ".5em 0", "overflow": "auto", "border": "1px solid #ddd", "backgroundColor": "#fff" }, "pre>code[class*=language-]": { "fontSize": "1em" }, "code[class*=language-] ::-moz-selection": { "background": "#c1def1" }, "code[class*=language-]::-moz-selection": { "background": "#c1def1" }, "pre[class*=language-] ::-moz-selection": { "background": "#c1def1" }, "pre[class*=language-]::-moz-selection": { "background": "#c1def1" }, "code[class*=language-] ::selection": { "background": "#c1def1" }, "code[class*=language-]::selection": { "background": "#c1def1" }, "pre[class*=language-] ::selection": { "background": "#c1def1" }, "pre[class*=language-]::selection": { "background": "#c1def1" }, ":not(pre)>code[class*=language-]": { "padding": ".2em", "paddingTop": "1px", "paddingBottom": "1px", "background": "#f8f8f8", "border": "1px solid #ddd" }, "cdata": { "color": "green", "fontStyle": "italic" }, "comment": { "color": "green", "fontStyle": "italic" }, "doctype": { "color": "green", "fontStyle": "italic" }, "prolog": { "color": "green", "fontStyle": "italic" }, "namespace": { "Opacity": ".7" }, "string": { "color": "#a31515" }, "operator": { "color": "#393a34" }, "punctuation": { "color": "#393a34" }, "boolean": { "color": "#36acaa" }, "constant": { "color": "#36acaa" }, "inserted": { "color": "#36acaa" }, "number": { "color": "#36acaa" }, "symbol": { "color": "#36acaa" }, "url": { "color": "#36acaa" }, "variable": { "color": "#36acaa" }, ".language-autohotkey .token.selector": { "color": "#00f" }, ".language-json .token.boolean": { "color": "#00f" }, ".language-json .token.number": { "color": "#00f" }, "atrule": { "color": "#00f" }, "attr-value": { "color": "#00f" }, "keyword": { "color": "#00f" }, "code[class*=language-css]": { "color": "#00f" }, "function": { "color": "#393a34" }, ".language-autohotkey .token.tag": { "color": "#9a050f" }, "deleted": { "color": "#9a050f" }, ".language-autohotkey .token.keyword": { "color": "#00009f" }, "selector": { "color": "maroon" }, "important": { "color": "#e90", "fontWeight": "700" }, "bold": { "fontWeight": "700" }, "italic": { "fontStyle": "italic" }, ".language-json .token.property": { "color": "#2b91af" }, "class-name": { "color": "#2b91af" }, "tag": { "color": "maroon" }, "attr-name": { "color": "red" }, "entity": { "color": "red" }, "property": { "color": "red" }, "regex": { "color": "red" }, "directive.tag.tag": { "background": "#ff0", "color": "#393a34" }, ".line-numbers.line-numbers .line-numbers-rows": { "borderRightColor": "#a5a5a5" }, ".line-numbers .line-numbers-rows>span:before": { "color": "#2b91af" }, ".line-highlight.line-highlight": { "background": "linear-gradient(to right,rgba(193,222,241,.2) 70%,rgba(221,222,241,0))" } }; exports["default"] = _default;