[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": "#f92aad",
|
---|
| 10 | "textShadow": "0 0 2px #100c0f,0 0 5px #dc078e33,0 0 10px #fff3",
|
---|
| 11 | "background": "0 0",
|
---|
| 12 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 13 | "fontSize": "1em",
|
---|
| 14 | "textAlign": "left",
|
---|
| 15 | "whiteSpace": "pre",
|
---|
| 16 | "wordSpacing": "normal",
|
---|
| 17 | "wordBreak": "normal",
|
---|
| 18 | "wordWrap": "normal",
|
---|
| 19 | "lineHeight": "1.5",
|
---|
| 20 | "MozTabSize": "4",
|
---|
| 21 | "OTabSize": "4",
|
---|
| 22 | "tabSize": "4",
|
---|
| 23 | "WebkitHyphens": "none",
|
---|
| 24 | "MozHyphens": "none",
|
---|
| 25 | "msHyphens": "none",
|
---|
| 26 | "hyphens": "none"
|
---|
| 27 | },
|
---|
| 28 | "pre[class*=language-]": {
|
---|
| 29 | "color": "#f92aad",
|
---|
| 30 | "textShadow": "0 0 2px #100c0f,0 0 5px #dc078e33,0 0 10px #fff3",
|
---|
| 31 | "background": "0 0",
|
---|
| 32 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 33 | "fontSize": "1em",
|
---|
| 34 | "textAlign": "left",
|
---|
| 35 | "whiteSpace": "pre",
|
---|
| 36 | "wordSpacing": "normal",
|
---|
| 37 | "wordBreak": "normal",
|
---|
| 38 | "wordWrap": "normal",
|
---|
| 39 | "lineHeight": "1.5",
|
---|
| 40 | "MozTabSize": "4",
|
---|
| 41 | "OTabSize": "4",
|
---|
| 42 | "tabSize": "4",
|
---|
| 43 | "WebkitHyphens": "none",
|
---|
| 44 | "MozHyphens": "none",
|
---|
| 45 | "msHyphens": "none",
|
---|
| 46 | "hyphens": "none",
|
---|
| 47 | "padding": "1em",
|
---|
| 48 | "margin": ".5em 0",
|
---|
| 49 | "overflow": "auto",
|
---|
| 50 | "backgroundColor": "transparent!important",
|
---|
| 51 | "backgroundImage": "linear-gradient(to bottom,#2a2139 75%,#34294f)"
|
---|
| 52 | },
|
---|
| 53 | ":not(pre)>code[class*=language-]": {
|
---|
| 54 | "backgroundColor": "transparent!important",
|
---|
| 55 | "backgroundImage": "linear-gradient(to bottom,#2a2139 75%,#34294f)",
|
---|
| 56 | "padding": ".1em",
|
---|
| 57 | "borderRadius": ".3em",
|
---|
| 58 | "whiteSpace": "normal"
|
---|
| 59 | },
|
---|
| 60 | "block-comment": {
|
---|
| 61 | "color": "#8e8e8e"
|
---|
| 62 | },
|
---|
| 63 | "cdata": {
|
---|
| 64 | "color": "#8e8e8e"
|
---|
| 65 | },
|
---|
| 66 | "comment": {
|
---|
| 67 | "color": "#8e8e8e"
|
---|
| 68 | },
|
---|
| 69 | "doctype": {
|
---|
| 70 | "color": "#8e8e8e"
|
---|
| 71 | },
|
---|
| 72 | "prolog": {
|
---|
| 73 | "color": "#8e8e8e"
|
---|
| 74 | },
|
---|
| 75 | "punctuation": {
|
---|
| 76 | "color": "#ccc"
|
---|
| 77 | },
|
---|
| 78 | "attr-name": {
|
---|
| 79 | "color": "#e2777a"
|
---|
| 80 | },
|
---|
| 81 | "deleted": {
|
---|
| 82 | "color": "#e2777a"
|
---|
| 83 | },
|
---|
| 84 | "hexcode": {
|
---|
| 85 | "color": "#e2777a"
|
---|
| 86 | },
|
---|
| 87 | "namespace": {
|
---|
| 88 | "color": "#e2777a"
|
---|
| 89 | },
|
---|
| 90 | "number": {
|
---|
| 91 | "color": "#e2777a"
|
---|
| 92 | },
|
---|
| 93 | "tag": {
|
---|
| 94 | "color": "#e2777a"
|
---|
| 95 | },
|
---|
| 96 | "unit": {
|
---|
| 97 | "color": "#e2777a"
|
---|
| 98 | },
|
---|
| 99 | "property": {
|
---|
| 100 | "color": "#72f1b8",
|
---|
| 101 | "textShadow": "0 0 2px #100c0f,0 0 10px #257c5575,0 0 35px #21272475"
|
---|
| 102 | },
|
---|
| 103 | "selector": {
|
---|
| 104 | "color": "#72f1b8",
|
---|
| 105 | "textShadow": "0 0 2px #100c0f,0 0 10px #257c5575,0 0 35px #21272475"
|
---|
| 106 | },
|
---|
| 107 | "function-name": {
|
---|
| 108 | "color": "#6196cc"
|
---|
| 109 | },
|
---|
| 110 | "boolean": {
|
---|
| 111 | "color": "#fdfdfd",
|
---|
| 112 | "textShadow": "0 0 2px #001716,0 0 3px #03edf975,0 0 5px #03edf975,0 0 8px #03edf975"
|
---|
| 113 | },
|
---|
| 114 | "function": {
|
---|
| 115 | "color": "#fdfdfd",
|
---|
| 116 | "textShadow": "0 0 2px #001716,0 0 3px #03edf975,0 0 5px #03edf975,0 0 8px #03edf975"
|
---|
| 117 | },
|
---|
| 118 | "selector.id": {
|
---|
| 119 | "color": "#fdfdfd",
|
---|
| 120 | "textShadow": "0 0 2px #001716,0 0 3px #03edf975,0 0 5px #03edf975,0 0 8px #03edf975"
|
---|
| 121 | },
|
---|
| 122 | "class-name": {
|
---|
| 123 | "color": "#fff5f6",
|
---|
| 124 | "textShadow": "0 0 2px #000,0 0 10px #fc1f2c75,0 0 5px #fc1f2c75,0 0 25px #fc1f2c75"
|
---|
| 125 | },
|
---|
| 126 | "constant": {
|
---|
| 127 | "color": "#f92aad",
|
---|
| 128 | "textShadow": "0 0 2px #100c0f,0 0 5px #dc078e33,0 0 10px #fff3"
|
---|
| 129 | },
|
---|
| 130 | "symbol": {
|
---|
| 131 | "color": "#f92aad",
|
---|
| 132 | "textShadow": "0 0 2px #100c0f,0 0 5px #dc078e33,0 0 10px #fff3"
|
---|
| 133 | },
|
---|
| 134 | "atrule": {
|
---|
| 135 | "color": "#f4eee4",
|
---|
| 136 | "textShadow": "0 0 2px #393a33,0 0 8px #f39f0575,0 0 2px #f39f0575"
|
---|
| 137 | },
|
---|
| 138 | "builtin": {
|
---|
| 139 | "color": "#f4eee4",
|
---|
| 140 | "textShadow": "0 0 2px #393a33,0 0 8px #f39f0575,0 0 2px #f39f0575"
|
---|
| 141 | },
|
---|
| 142 | "important": {
|
---|
| 143 | "color": "#f4eee4",
|
---|
| 144 | "textShadow": "0 0 2px #393a33,0 0 8px #f39f0575,0 0 2px #f39f0575",
|
---|
| 145 | "fontWeight": "700"
|
---|
| 146 | },
|
---|
| 147 | "keyword": {
|
---|
| 148 | "color": "#f4eee4",
|
---|
| 149 | "textShadow": "0 0 2px #393a33,0 0 8px #f39f0575,0 0 2px #f39f0575"
|
---|
| 150 | },
|
---|
| 151 | "selector.class": {
|
---|
| 152 | "color": "#f4eee4",
|
---|
| 153 | "textShadow": "0 0 2px #393a33,0 0 8px #f39f0575,0 0 2px #f39f0575"
|
---|
| 154 | },
|
---|
| 155 | "attr-value": {
|
---|
| 156 | "color": "#f87c32"
|
---|
| 157 | },
|
---|
| 158 | "char": {
|
---|
| 159 | "color": "#f87c32"
|
---|
| 160 | },
|
---|
| 161 | "regex": {
|
---|
| 162 | "color": "#f87c32"
|
---|
| 163 | },
|
---|
| 164 | "string": {
|
---|
| 165 | "color": "#f87c32"
|
---|
| 166 | },
|
---|
| 167 | "variable": {
|
---|
| 168 | "color": "#f87c32"
|
---|
| 169 | },
|
---|
| 170 | "entity": {
|
---|
| 171 | "color": "#67cdcc",
|
---|
| 172 | "cursor": "help"
|
---|
| 173 | },
|
---|
| 174 | "operator": {
|
---|
| 175 | "color": "#67cdcc"
|
---|
| 176 | },
|
---|
| 177 | "url": {
|
---|
| 178 | "color": "#67cdcc"
|
---|
| 179 | },
|
---|
| 180 | "bold": {
|
---|
| 181 | "fontWeight": "700"
|
---|
| 182 | },
|
---|
| 183 | "italic": {
|
---|
| 184 | "fontStyle": "italic"
|
---|
| 185 | },
|
---|
| 186 | "inserted": {
|
---|
| 187 | "color": "green"
|
---|
| 188 | }
|
---|
| 189 | };
|
---|
| 190 | exports["default"] = _default; |
---|