[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 | "fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
---|
| 10 | "fontSize": "14px",
|
---|
| 11 | "lineHeight": "1.375",
|
---|
| 12 | "direction": "ltr",
|
---|
| 13 | "textAlign": "left",
|
---|
| 14 | "whiteSpace": "pre",
|
---|
| 15 | "wordSpacing": "normal",
|
---|
| 16 | "wordBreak": "normal",
|
---|
| 17 | "MozTabSize": "4",
|
---|
| 18 | "OTabSize": "4",
|
---|
| 19 | "tabSize": "4",
|
---|
| 20 | "WebkitHyphens": "none",
|
---|
| 21 | "MozHyphens": "none",
|
---|
| 22 | "msHyphens": "none",
|
---|
| 23 | "hyphens": "none",
|
---|
| 24 | "background": "#1d262f",
|
---|
| 25 | "color": "#57718e"
|
---|
| 26 | },
|
---|
| 27 | "pre[class*=\"language-\"]": {
|
---|
| 28 | "fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
---|
| 29 | "fontSize": "14px",
|
---|
| 30 | "lineHeight": "1.375",
|
---|
| 31 | "direction": "ltr",
|
---|
| 32 | "textAlign": "left",
|
---|
| 33 | "whiteSpace": "pre",
|
---|
| 34 | "wordSpacing": "normal",
|
---|
| 35 | "wordBreak": "normal",
|
---|
| 36 | "MozTabSize": "4",
|
---|
| 37 | "OTabSize": "4",
|
---|
| 38 | "tabSize": "4",
|
---|
| 39 | "WebkitHyphens": "none",
|
---|
| 40 | "MozHyphens": "none",
|
---|
| 41 | "msHyphens": "none",
|
---|
| 42 | "hyphens": "none",
|
---|
| 43 | "background": "#1d262f",
|
---|
| 44 | "color": "#57718e",
|
---|
| 45 | "padding": "1em",
|
---|
| 46 | "margin": ".5em 0",
|
---|
| 47 | "overflow": "auto"
|
---|
| 48 | },
|
---|
| 49 | "pre > code[class*=\"language-\"]": {
|
---|
| 50 | "fontSize": "1em"
|
---|
| 51 | },
|
---|
| 52 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
| 53 | "textShadow": "none",
|
---|
| 54 | "background": "#004a9e"
|
---|
| 55 | },
|
---|
| 56 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
| 57 | "textShadow": "none",
|
---|
| 58 | "background": "#004a9e"
|
---|
| 59 | },
|
---|
| 60 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
| 61 | "textShadow": "none",
|
---|
| 62 | "background": "#004a9e"
|
---|
| 63 | },
|
---|
| 64 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
| 65 | "textShadow": "none",
|
---|
| 66 | "background": "#004a9e"
|
---|
| 67 | },
|
---|
| 68 | "pre[class*=\"language-\"]::selection": {
|
---|
| 69 | "textShadow": "none",
|
---|
| 70 | "background": "#004a9e"
|
---|
| 71 | },
|
---|
| 72 | "pre[class*=\"language-\"] ::selection": {
|
---|
| 73 | "textShadow": "none",
|
---|
| 74 | "background": "#004a9e"
|
---|
| 75 | },
|
---|
| 76 | "code[class*=\"language-\"]::selection": {
|
---|
| 77 | "textShadow": "none",
|
---|
| 78 | "background": "#004a9e"
|
---|
| 79 | },
|
---|
| 80 | "code[class*=\"language-\"] ::selection": {
|
---|
| 81 | "textShadow": "none",
|
---|
| 82 | "background": "#004a9e"
|
---|
| 83 | },
|
---|
| 84 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 85 | "padding": ".1em",
|
---|
| 86 | "borderRadius": ".3em"
|
---|
| 87 | },
|
---|
| 88 | "comment": {
|
---|
| 89 | "color": "#4a5f78"
|
---|
| 90 | },
|
---|
| 91 | "prolog": {
|
---|
| 92 | "color": "#4a5f78"
|
---|
| 93 | },
|
---|
| 94 | "doctype": {
|
---|
| 95 | "color": "#4a5f78"
|
---|
| 96 | },
|
---|
| 97 | "cdata": {
|
---|
| 98 | "color": "#4a5f78"
|
---|
| 99 | },
|
---|
| 100 | "punctuation": {
|
---|
| 101 | "color": "#4a5f78"
|
---|
| 102 | },
|
---|
| 103 | "namespace": {
|
---|
| 104 | "Opacity": ".7"
|
---|
| 105 | },
|
---|
| 106 | "tag": {
|
---|
| 107 | "color": "#0aa370"
|
---|
| 108 | },
|
---|
| 109 | "operator": {
|
---|
| 110 | "color": "#0aa370"
|
---|
| 111 | },
|
---|
| 112 | "number": {
|
---|
| 113 | "color": "#0aa370"
|
---|
| 114 | },
|
---|
| 115 | "property": {
|
---|
| 116 | "color": "#57718e"
|
---|
| 117 | },
|
---|
| 118 | "function": {
|
---|
| 119 | "color": "#57718e"
|
---|
| 120 | },
|
---|
| 121 | "tag-id": {
|
---|
| 122 | "color": "#ebf4ff"
|
---|
| 123 | },
|
---|
| 124 | "selector": {
|
---|
| 125 | "color": "#ebf4ff"
|
---|
| 126 | },
|
---|
| 127 | "atrule-id": {
|
---|
| 128 | "color": "#ebf4ff"
|
---|
| 129 | },
|
---|
| 130 | "code.language-javascript": {
|
---|
| 131 | "color": "#7eb6f6"
|
---|
| 132 | },
|
---|
| 133 | "attr-name": {
|
---|
| 134 | "color": "#7eb6f6"
|
---|
| 135 | },
|
---|
| 136 | "code.language-css": {
|
---|
| 137 | "color": "#47ebb4"
|
---|
| 138 | },
|
---|
| 139 | "code.language-scss": {
|
---|
| 140 | "color": "#47ebb4"
|
---|
| 141 | },
|
---|
| 142 | "boolean": {
|
---|
| 143 | "color": "#47ebb4"
|
---|
| 144 | },
|
---|
| 145 | "string": {
|
---|
| 146 | "color": "#47ebb4"
|
---|
| 147 | },
|
---|
| 148 | "entity": {
|
---|
| 149 | "color": "#47ebb4",
|
---|
| 150 | "cursor": "help"
|
---|
| 151 | },
|
---|
| 152 | "url": {
|
---|
| 153 | "color": "#47ebb4"
|
---|
| 154 | },
|
---|
| 155 | ".language-css .token.string": {
|
---|
| 156 | "color": "#47ebb4"
|
---|
| 157 | },
|
---|
| 158 | ".language-scss .token.string": {
|
---|
| 159 | "color": "#47ebb4"
|
---|
| 160 | },
|
---|
| 161 | ".style .token.string": {
|
---|
| 162 | "color": "#47ebb4"
|
---|
| 163 | },
|
---|
| 164 | "attr-value": {
|
---|
| 165 | "color": "#47ebb4"
|
---|
| 166 | },
|
---|
| 167 | "keyword": {
|
---|
| 168 | "color": "#47ebb4"
|
---|
| 169 | },
|
---|
| 170 | "control": {
|
---|
| 171 | "color": "#47ebb4"
|
---|
| 172 | },
|
---|
| 173 | "directive": {
|
---|
| 174 | "color": "#47ebb4"
|
---|
| 175 | },
|
---|
| 176 | "unit": {
|
---|
| 177 | "color": "#47ebb4"
|
---|
| 178 | },
|
---|
| 179 | "statement": {
|
---|
| 180 | "color": "#47ebb4"
|
---|
| 181 | },
|
---|
| 182 | "regex": {
|
---|
| 183 | "color": "#47ebb4"
|
---|
| 184 | },
|
---|
| 185 | "atrule": {
|
---|
| 186 | "color": "#47ebb4"
|
---|
| 187 | },
|
---|
| 188 | "placeholder": {
|
---|
| 189 | "color": "#47ebb4"
|
---|
| 190 | },
|
---|
| 191 | "variable": {
|
---|
| 192 | "color": "#47ebb4"
|
---|
| 193 | },
|
---|
| 194 | "deleted": {
|
---|
| 195 | "textDecoration": "line-through"
|
---|
| 196 | },
|
---|
| 197 | "inserted": {
|
---|
| 198 | "borderBottom": "1px dotted #ebf4ff",
|
---|
| 199 | "textDecoration": "none"
|
---|
| 200 | },
|
---|
| 201 | "italic": {
|
---|
| 202 | "fontStyle": "italic"
|
---|
| 203 | },
|
---|
| 204 | "important": {
|
---|
| 205 | "fontWeight": "bold",
|
---|
| 206 | "color": "#7eb6f6"
|
---|
| 207 | },
|
---|
| 208 | "bold": {
|
---|
| 209 | "fontWeight": "bold"
|
---|
| 210 | },
|
---|
| 211 | "pre > code.highlight": {
|
---|
| 212 | "Outline": ".4em solid #34659d",
|
---|
| 213 | "OutlineOffset": ".4em"
|
---|
| 214 | },
|
---|
| 215 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
| 216 | "borderRightColor": "#1f2932"
|
---|
| 217 | },
|
---|
| 218 | ".line-numbers .line-numbers-rows > span:before": {
|
---|
| 219 | "color": "#2c3847"
|
---|
| 220 | },
|
---|
| 221 | ".line-highlight.line-highlight": {
|
---|
| 222 | "background": "linear-gradient(to right, rgba(10, 163, 112, 0.2) 70%, rgba(10, 163, 112, 0))"
|
---|
| 223 | }
|
---|
| 224 | };
|
---|
| 225 | exports["default"] = _default; |
---|