[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports["default"] = void 0;
|
---|
| 7 | var _default = {
|
---|
| 8 | "code[class*=language-]": {
|
---|
| 9 | "color": "#000",
|
---|
| 10 | "background": "0 0",
|
---|
| 11 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 12 | "fontSize": "1em",
|
---|
| 13 | "textAlign": "left",
|
---|
| 14 | "whiteSpace": "pre",
|
---|
| 15 | "wordSpacing": "normal",
|
---|
| 16 | "wordBreak": "normal",
|
---|
| 17 | "wordWrap": "normal",
|
---|
| 18 | "lineHeight": "1.5",
|
---|
| 19 | "MozTabSize": "4",
|
---|
| 20 | "OTabSize": "4",
|
---|
| 21 | "tabSize": "4",
|
---|
| 22 | "WebkitHyphens": "none",
|
---|
| 23 | "MozHyphens": "none",
|
---|
| 24 | "msHyphens": "none",
|
---|
| 25 | "hyphens": "none"
|
---|
| 26 | },
|
---|
| 27 | "pre[class*=language-]": {
|
---|
| 28 | "color": "#000",
|
---|
| 29 | "background": "0 0",
|
---|
| 30 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 31 | "fontSize": "1em",
|
---|
| 32 | "textAlign": "left",
|
---|
| 33 | "whiteSpace": "pre",
|
---|
| 34 | "wordSpacing": "normal",
|
---|
| 35 | "wordBreak": "normal",
|
---|
| 36 | "wordWrap": "normal",
|
---|
| 37 | "lineHeight": "1.5",
|
---|
| 38 | "MozTabSize": "4",
|
---|
| 39 | "OTabSize": "4",
|
---|
| 40 | "tabSize": "4",
|
---|
| 41 | "WebkitHyphens": "none",
|
---|
| 42 | "MozHyphens": "none",
|
---|
| 43 | "msHyphens": "none",
|
---|
| 44 | "hyphens": "none",
|
---|
| 45 | "position": "relative",
|
---|
| 46 | "borderLeft": "10px solid #358ccb",
|
---|
| 47 | "boxShadow": "-1px 0 0 0 #358ccb,0 0 0 1px #dfdfdf",
|
---|
| 48 | "backgroundColor": "#fdfdfd",
|
---|
| 49 | "backgroundImage": "linear-gradient(transparent 50%,rgba(69,142,209,.04) 50%)",
|
---|
| 50 | "backgroundSize": "3em 3em",
|
---|
| 51 | "backgroundOrigin": "content-box",
|
---|
| 52 | "backgroundAttachment": "local",
|
---|
| 53 | "margin": ".5em 0",
|
---|
| 54 | "padding": "0 1em"
|
---|
| 55 | },
|
---|
| 56 | "pre[class*=language-]>code": {
|
---|
| 57 | "display": "block"
|
---|
| 58 | },
|
---|
| 59 | ":not(pre)>code[class*=language-]": {
|
---|
| 60 | "position": "relative",
|
---|
| 61 | "padding": ".2em",
|
---|
| 62 | "borderRadius": ".3em",
|
---|
| 63 | "color": "#c92c2c",
|
---|
| 64 | "border": "1px solid rgba(0,0,0,.1)",
|
---|
| 65 | "display": "inline",
|
---|
| 66 | "whiteSpace": "normal",
|
---|
| 67 | "backgroundColor": "#fdfdfd",
|
---|
| 68 | "WebkitBoxSizing": "border-box",
|
---|
| 69 | "MozBoxSizing": "border-box",
|
---|
| 70 | "boxSizing": "border-box"
|
---|
| 71 | },
|
---|
| 72 | "block-comment": {
|
---|
| 73 | "color": "#7d8b99"
|
---|
| 74 | },
|
---|
| 75 | "cdata": {
|
---|
| 76 | "color": "#7d8b99"
|
---|
| 77 | },
|
---|
| 78 | "comment": {
|
---|
| 79 | "color": "#7d8b99"
|
---|
| 80 | },
|
---|
| 81 | "doctype": {
|
---|
| 82 | "color": "#7d8b99"
|
---|
| 83 | },
|
---|
| 84 | "prolog": {
|
---|
| 85 | "color": "#7d8b99"
|
---|
| 86 | },
|
---|
| 87 | "punctuation": {
|
---|
| 88 | "color": "#5f6364"
|
---|
| 89 | },
|
---|
| 90 | "boolean": {
|
---|
| 91 | "color": "#c92c2c"
|
---|
| 92 | },
|
---|
| 93 | "constant": {
|
---|
| 94 | "color": "#c92c2c"
|
---|
| 95 | },
|
---|
| 96 | "deleted": {
|
---|
| 97 | "color": "#c92c2c"
|
---|
| 98 | },
|
---|
| 99 | "function-name": {
|
---|
| 100 | "color": "#c92c2c"
|
---|
| 101 | },
|
---|
| 102 | "number": {
|
---|
| 103 | "color": "#c92c2c"
|
---|
| 104 | },
|
---|
| 105 | "property": {
|
---|
| 106 | "color": "#c92c2c"
|
---|
| 107 | },
|
---|
| 108 | "symbol": {
|
---|
| 109 | "color": "#c92c2c"
|
---|
| 110 | },
|
---|
| 111 | "tag": {
|
---|
| 112 | "color": "#c92c2c"
|
---|
| 113 | },
|
---|
| 114 | "attr-name": {
|
---|
| 115 | "color": "#2f9c0a"
|
---|
| 116 | },
|
---|
| 117 | "builtin": {
|
---|
| 118 | "color": "#2f9c0a"
|
---|
| 119 | },
|
---|
| 120 | "char": {
|
---|
| 121 | "color": "#2f9c0a"
|
---|
| 122 | },
|
---|
| 123 | "function": {
|
---|
| 124 | "color": "#2f9c0a"
|
---|
| 125 | },
|
---|
| 126 | "inserted": {
|
---|
| 127 | "color": "#2f9c0a"
|
---|
| 128 | },
|
---|
| 129 | "selector": {
|
---|
| 130 | "color": "#2f9c0a"
|
---|
| 131 | },
|
---|
| 132 | "string": {
|
---|
| 133 | "color": "#2f9c0a"
|
---|
| 134 | },
|
---|
| 135 | "entity": {
|
---|
| 136 | "color": "#a67f59",
|
---|
| 137 | "background": "rgba(255,255,255,.5)",
|
---|
| 138 | "cursor": "help"
|
---|
| 139 | },
|
---|
| 140 | "operator": {
|
---|
| 141 | "color": "#a67f59",
|
---|
| 142 | "background": "rgba(255,255,255,.5)"
|
---|
| 143 | },
|
---|
| 144 | "url": {
|
---|
| 145 | "color": "#a67f59",
|
---|
| 146 | "background": "rgba(255,255,255,.5)"
|
---|
| 147 | },
|
---|
| 148 | "variable": {
|
---|
| 149 | "color": "#a67f59",
|
---|
| 150 | "background": "rgba(255,255,255,.5)"
|
---|
| 151 | },
|
---|
| 152 | "atrule": {
|
---|
| 153 | "color": "#1990b8"
|
---|
| 154 | },
|
---|
| 155 | "attr-value": {
|
---|
| 156 | "color": "#1990b8"
|
---|
| 157 | },
|
---|
| 158 | "class-name": {
|
---|
| 159 | "color": "#1990b8"
|
---|
| 160 | },
|
---|
| 161 | "keyword": {
|
---|
| 162 | "color": "#1990b8"
|
---|
| 163 | },
|
---|
| 164 | "important": {
|
---|
| 165 | "color": "#e90",
|
---|
| 166 | "fontWeight": "400"
|
---|
| 167 | },
|
---|
| 168 | "regex": {
|
---|
| 169 | "color": "#e90"
|
---|
| 170 | },
|
---|
| 171 | ".language-css .token.string": {
|
---|
| 172 | "color": "#a67f59",
|
---|
| 173 | "background": "rgba(255,255,255,.5)"
|
---|
| 174 | },
|
---|
| 175 | ".style .token.string": {
|
---|
| 176 | "color": "#a67f59",
|
---|
| 177 | "background": "rgba(255,255,255,.5)"
|
---|
| 178 | },
|
---|
| 179 | "bold": {
|
---|
| 180 | "fontWeight": "700"
|
---|
| 181 | },
|
---|
| 182 | "italic": {
|
---|
| 183 | "fontStyle": "italic"
|
---|
| 184 | },
|
---|
| 185 | "namespace": {
|
---|
| 186 | "Opacity": ".7"
|
---|
| 187 | }
|
---|
| 188 | };
|
---|
| 189 | exports["default"] = _default; |
---|