[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": "#393a34",
|
---|
| 10 | "fontFamily": "Consolas,\"Bitstream Vera Sans Mono\",\"Courier New\",Courier,monospace",
|
---|
| 11 | "direction": "ltr",
|
---|
| 12 | "textAlign": "left",
|
---|
| 13 | "whiteSpace": "pre",
|
---|
| 14 | "wordSpacing": "normal",
|
---|
| 15 | "wordBreak": "normal",
|
---|
| 16 | "fontSize": ".9em",
|
---|
| 17 | "lineHeight": "1.2em",
|
---|
| 18 | "MozTabSize": "4",
|
---|
| 19 | "OTabSize": "4",
|
---|
| 20 | "tabSize": "4",
|
---|
| 21 | "WebkitHyphens": "none",
|
---|
| 22 | "MozHyphens": "none",
|
---|
| 23 | "msHyphens": "none",
|
---|
| 24 | "hyphens": "none"
|
---|
| 25 | },
|
---|
| 26 | "pre[class*=language-]": {
|
---|
| 27 | "color": "#393a34",
|
---|
| 28 | "fontFamily": "Consolas,\"Bitstream Vera Sans Mono\",\"Courier New\",Courier,monospace",
|
---|
| 29 | "direction": "ltr",
|
---|
| 30 | "textAlign": "left",
|
---|
| 31 | "whiteSpace": "pre",
|
---|
| 32 | "wordSpacing": "normal",
|
---|
| 33 | "wordBreak": "normal",
|
---|
| 34 | "fontSize": ".9em",
|
---|
| 35 | "lineHeight": "1.2em",
|
---|
| 36 | "MozTabSize": "4",
|
---|
| 37 | "OTabSize": "4",
|
---|
| 38 | "tabSize": "4",
|
---|
| 39 | "WebkitHyphens": "none",
|
---|
| 40 | "MozHyphens": "none",
|
---|
| 41 | "msHyphens": "none",
|
---|
| 42 | "hyphens": "none",
|
---|
| 43 | "padding": "1em",
|
---|
| 44 | "margin": ".5em 0",
|
---|
| 45 | "overflow": "auto",
|
---|
| 46 | "border": "1px solid #ddd",
|
---|
| 47 | "backgroundColor": "#fff"
|
---|
| 48 | },
|
---|
| 49 | "pre>code[class*=language-]": {
|
---|
| 50 | "fontSize": "1em"
|
---|
| 51 | },
|
---|
| 52 | "code[class*=language-] ::-moz-selection": {
|
---|
| 53 | "background": "#c1def1"
|
---|
| 54 | },
|
---|
| 55 | "code[class*=language-]::-moz-selection": {
|
---|
| 56 | "background": "#c1def1"
|
---|
| 57 | },
|
---|
| 58 | "pre[class*=language-] ::-moz-selection": {
|
---|
| 59 | "background": "#c1def1"
|
---|
| 60 | },
|
---|
| 61 | "pre[class*=language-]::-moz-selection": {
|
---|
| 62 | "background": "#c1def1"
|
---|
| 63 | },
|
---|
| 64 | "code[class*=language-] ::selection": {
|
---|
| 65 | "background": "#c1def1"
|
---|
| 66 | },
|
---|
| 67 | "code[class*=language-]::selection": {
|
---|
| 68 | "background": "#c1def1"
|
---|
| 69 | },
|
---|
| 70 | "pre[class*=language-] ::selection": {
|
---|
| 71 | "background": "#c1def1"
|
---|
| 72 | },
|
---|
| 73 | "pre[class*=language-]::selection": {
|
---|
| 74 | "background": "#c1def1"
|
---|
| 75 | },
|
---|
| 76 | ":not(pre)>code[class*=language-]": {
|
---|
| 77 | "padding": ".2em",
|
---|
| 78 | "paddingTop": "1px",
|
---|
| 79 | "paddingBottom": "1px",
|
---|
| 80 | "background": "#f8f8f8",
|
---|
| 81 | "border": "1px solid #ddd"
|
---|
| 82 | },
|
---|
| 83 | "cdata": {
|
---|
| 84 | "color": "green",
|
---|
| 85 | "fontStyle": "italic"
|
---|
| 86 | },
|
---|
| 87 | "comment": {
|
---|
| 88 | "color": "green",
|
---|
| 89 | "fontStyle": "italic"
|
---|
| 90 | },
|
---|
| 91 | "doctype": {
|
---|
| 92 | "color": "green",
|
---|
| 93 | "fontStyle": "italic"
|
---|
| 94 | },
|
---|
| 95 | "prolog": {
|
---|
| 96 | "color": "green",
|
---|
| 97 | "fontStyle": "italic"
|
---|
| 98 | },
|
---|
| 99 | "namespace": {
|
---|
| 100 | "Opacity": ".7"
|
---|
| 101 | },
|
---|
| 102 | "string": {
|
---|
| 103 | "color": "#a31515"
|
---|
| 104 | },
|
---|
| 105 | "operator": {
|
---|
| 106 | "color": "#393a34"
|
---|
| 107 | },
|
---|
| 108 | "punctuation": {
|
---|
| 109 | "color": "#393a34"
|
---|
| 110 | },
|
---|
| 111 | "boolean": {
|
---|
| 112 | "color": "#36acaa"
|
---|
| 113 | },
|
---|
| 114 | "constant": {
|
---|
| 115 | "color": "#36acaa"
|
---|
| 116 | },
|
---|
| 117 | "inserted": {
|
---|
| 118 | "color": "#36acaa"
|
---|
| 119 | },
|
---|
| 120 | "number": {
|
---|
| 121 | "color": "#36acaa"
|
---|
| 122 | },
|
---|
| 123 | "symbol": {
|
---|
| 124 | "color": "#36acaa"
|
---|
| 125 | },
|
---|
| 126 | "url": {
|
---|
| 127 | "color": "#36acaa"
|
---|
| 128 | },
|
---|
| 129 | "variable": {
|
---|
| 130 | "color": "#36acaa"
|
---|
| 131 | },
|
---|
| 132 | ".language-autohotkey .token.selector": {
|
---|
| 133 | "color": "#00f"
|
---|
| 134 | },
|
---|
| 135 | ".language-json .token.boolean": {
|
---|
| 136 | "color": "#00f"
|
---|
| 137 | },
|
---|
| 138 | ".language-json .token.number": {
|
---|
| 139 | "color": "#00f"
|
---|
| 140 | },
|
---|
| 141 | "atrule": {
|
---|
| 142 | "color": "#00f"
|
---|
| 143 | },
|
---|
| 144 | "attr-value": {
|
---|
| 145 | "color": "#00f"
|
---|
| 146 | },
|
---|
| 147 | "keyword": {
|
---|
| 148 | "color": "#00f"
|
---|
| 149 | },
|
---|
| 150 | "code[class*=language-css]": {
|
---|
| 151 | "color": "#00f"
|
---|
| 152 | },
|
---|
| 153 | "function": {
|
---|
| 154 | "color": "#393a34"
|
---|
| 155 | },
|
---|
| 156 | ".language-autohotkey .token.tag": {
|
---|
| 157 | "color": "#9a050f"
|
---|
| 158 | },
|
---|
| 159 | "deleted": {
|
---|
| 160 | "color": "#9a050f"
|
---|
| 161 | },
|
---|
| 162 | ".language-autohotkey .token.keyword": {
|
---|
| 163 | "color": "#00009f"
|
---|
| 164 | },
|
---|
| 165 | "selector": {
|
---|
| 166 | "color": "maroon"
|
---|
| 167 | },
|
---|
| 168 | "important": {
|
---|
| 169 | "color": "#e90",
|
---|
| 170 | "fontWeight": "700"
|
---|
| 171 | },
|
---|
| 172 | "bold": {
|
---|
| 173 | "fontWeight": "700"
|
---|
| 174 | },
|
---|
| 175 | "italic": {
|
---|
| 176 | "fontStyle": "italic"
|
---|
| 177 | },
|
---|
| 178 | ".language-json .token.property": {
|
---|
| 179 | "color": "#2b91af"
|
---|
| 180 | },
|
---|
| 181 | "class-name": {
|
---|
| 182 | "color": "#2b91af"
|
---|
| 183 | },
|
---|
| 184 | "tag": {
|
---|
| 185 | "color": "maroon"
|
---|
| 186 | },
|
---|
| 187 | "attr-name": {
|
---|
| 188 | "color": "red"
|
---|
| 189 | },
|
---|
| 190 | "entity": {
|
---|
| 191 | "color": "red"
|
---|
| 192 | },
|
---|
| 193 | "property": {
|
---|
| 194 | "color": "red"
|
---|
| 195 | },
|
---|
| 196 | "regex": {
|
---|
| 197 | "color": "red"
|
---|
| 198 | },
|
---|
| 199 | "directive.tag.tag": {
|
---|
| 200 | "background": "#ff0",
|
---|
| 201 | "color": "#393a34"
|
---|
| 202 | },
|
---|
| 203 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
| 204 | "borderRightColor": "#a5a5a5"
|
---|
| 205 | },
|
---|
| 206 | ".line-numbers .line-numbers-rows>span:before": {
|
---|
| 207 | "color": "#2b91af"
|
---|
| 208 | },
|
---|
| 209 | ".line-highlight.line-highlight": {
|
---|
| 210 | "background": "linear-gradient(to right,rgba(193,222,241,.2) 70%,rgba(221,222,241,0))"
|
---|
| 211 | }
|
---|
| 212 | };
|
---|
| 213 | exports["default"] = _default; |
---|