[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": "#fff",
|
---|
| 10 | "background": "0 0",
|
---|
| 11 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 12 | "fontSize": "1em",
|
---|
| 13 | "textAlign": "left",
|
---|
| 14 | "textShadow": "0 -.1em .2em #000",
|
---|
| 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": "#fff",
|
---|
| 30 | "background": "#141414",
|
---|
| 31 | "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
|
---|
| 32 | "fontSize": "1em",
|
---|
| 33 | "textAlign": "left",
|
---|
| 34 | "textShadow": "0 -.1em .2em #000",
|
---|
| 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 | "borderRadius": ".5em",
|
---|
| 48 | "border": ".3em solid #545454",
|
---|
| 49 | "boxShadow": "1px 1px .5em #000 inset",
|
---|
| 50 | "margin": ".5em 0",
|
---|
| 51 | "overflow": "auto",
|
---|
| 52 | "padding": "1em"
|
---|
| 53 | },
|
---|
| 54 | ":not(pre)>code[class*=language-]": {
|
---|
| 55 | "background": "#141414",
|
---|
| 56 | "borderRadius": ".3em",
|
---|
| 57 | "border": ".13em solid #545454",
|
---|
| 58 | "boxShadow": "1px 1px .3em -.1em #000 inset",
|
---|
| 59 | "padding": ".15em .2em .05em",
|
---|
| 60 | "whiteSpace": "normal"
|
---|
| 61 | },
|
---|
| 62 | "pre[class*=language-]::-moz-selection": {
|
---|
| 63 | "background": "hsla(0,0%,93%,.15)",
|
---|
| 64 | "textShadow": "none"
|
---|
| 65 | },
|
---|
| 66 | "pre[class*=language-]::selection": {
|
---|
| 67 | "background": "hsla(0,0%,93%,.15)",
|
---|
| 68 | "textShadow": "none"
|
---|
| 69 | },
|
---|
| 70 | "code[class*=language-] ::-moz-selection": {
|
---|
| 71 | "textShadow": "none",
|
---|
| 72 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 73 | },
|
---|
| 74 | "code[class*=language-]::-moz-selection": {
|
---|
| 75 | "textShadow": "none",
|
---|
| 76 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 77 | },
|
---|
| 78 | "pre[class*=language-] ::-moz-selection": {
|
---|
| 79 | "textShadow": "none",
|
---|
| 80 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 81 | },
|
---|
| 82 | "code[class*=language-] ::selection": {
|
---|
| 83 | "textShadow": "none",
|
---|
| 84 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 85 | },
|
---|
| 86 | "code[class*=language-]::selection": {
|
---|
| 87 | "textShadow": "none",
|
---|
| 88 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 89 | },
|
---|
| 90 | "pre[class*=language-] ::selection": {
|
---|
| 91 | "textShadow": "none",
|
---|
| 92 | "background": "hsla(0,0%,93%,.15)"
|
---|
| 93 | },
|
---|
| 94 | "cdata": {
|
---|
| 95 | "color": "#777"
|
---|
| 96 | },
|
---|
| 97 | "comment": {
|
---|
| 98 | "color": "#777"
|
---|
| 99 | },
|
---|
| 100 | "doctype": {
|
---|
| 101 | "color": "#777"
|
---|
| 102 | },
|
---|
| 103 | "prolog": {
|
---|
| 104 | "color": "#777"
|
---|
| 105 | },
|
---|
| 106 | "punctuation": {
|
---|
| 107 | "Opacity": ".7"
|
---|
| 108 | },
|
---|
| 109 | "namespace": {
|
---|
| 110 | "Opacity": ".7"
|
---|
| 111 | },
|
---|
| 112 | "boolean": {
|
---|
| 113 | "color": "#ce6849"
|
---|
| 114 | },
|
---|
| 115 | "deleted": {
|
---|
| 116 | "color": "#ce6849"
|
---|
| 117 | },
|
---|
| 118 | "number": {
|
---|
| 119 | "color": "#ce6849"
|
---|
| 120 | },
|
---|
| 121 | "tag": {
|
---|
| 122 | "color": "#ce6849"
|
---|
| 123 | },
|
---|
| 124 | "builtin": {
|
---|
| 125 | "color": "#f9ed99"
|
---|
| 126 | },
|
---|
| 127 | "constant": {
|
---|
| 128 | "color": "#f9ed99"
|
---|
| 129 | },
|
---|
| 130 | "keyword": {
|
---|
| 131 | "color": "#f9ed99"
|
---|
| 132 | },
|
---|
| 133 | "property": {
|
---|
| 134 | "color": "#f9ed99"
|
---|
| 135 | },
|
---|
| 136 | "selector": {
|
---|
| 137 | "color": "#f9ed99"
|
---|
| 138 | },
|
---|
| 139 | "symbol": {
|
---|
| 140 | "color": "#f9ed99"
|
---|
| 141 | },
|
---|
| 142 | ".language-css .token.string": {
|
---|
| 143 | "color": "#909e6a"
|
---|
| 144 | },
|
---|
| 145 | ".style .token.string": {
|
---|
| 146 | "color": "#909e6a"
|
---|
| 147 | },
|
---|
| 148 | "attr-name": {
|
---|
| 149 | "color": "#909e6a"
|
---|
| 150 | },
|
---|
| 151 | "attr-value": {
|
---|
| 152 | "color": "#909e6a"
|
---|
| 153 | },
|
---|
| 154 | "char": {
|
---|
| 155 | "color": "#909e6a"
|
---|
| 156 | },
|
---|
| 157 | "entity": {
|
---|
| 158 | "color": "#909e6a",
|
---|
| 159 | "cursor": "help"
|
---|
| 160 | },
|
---|
| 161 | "inserted": {
|
---|
| 162 | "color": "#909e6a"
|
---|
| 163 | },
|
---|
| 164 | "operator": {
|
---|
| 165 | "color": "#909e6a"
|
---|
| 166 | },
|
---|
| 167 | "string": {
|
---|
| 168 | "color": "#909e6a"
|
---|
| 169 | },
|
---|
| 170 | "url": {
|
---|
| 171 | "color": "#909e6a"
|
---|
| 172 | },
|
---|
| 173 | "variable": {
|
---|
| 174 | "color": "#909e6a"
|
---|
| 175 | },
|
---|
| 176 | "atrule": {
|
---|
| 177 | "color": "#7385a5"
|
---|
| 178 | },
|
---|
| 179 | "important": {
|
---|
| 180 | "color": "#e8c062",
|
---|
| 181 | "fontWeight": "700"
|
---|
| 182 | },
|
---|
| 183 | "regex": {
|
---|
| 184 | "color": "#e8c062"
|
---|
| 185 | },
|
---|
| 186 | "bold": {
|
---|
| 187 | "fontWeight": "700"
|
---|
| 188 | },
|
---|
| 189 | "italic": {
|
---|
| 190 | "fontStyle": "italic"
|
---|
| 191 | },
|
---|
| 192 | ".language-markup .token.attr-name": {
|
---|
| 193 | "color": "#ac885c"
|
---|
| 194 | },
|
---|
| 195 | ".language-markup .token.punctuation": {
|
---|
| 196 | "color": "#ac885c"
|
---|
| 197 | },
|
---|
| 198 | ".language-markup .token.tag": {
|
---|
| 199 | "color": "#ac885c"
|
---|
| 200 | },
|
---|
| 201 | "": {
|
---|
| 202 | "position": "relative",
|
---|
| 203 | "zIndex": "1"
|
---|
| 204 | },
|
---|
| 205 | ".line-highlight.line-highlight": {
|
---|
| 206 | "background": "linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0))",
|
---|
| 207 | "borderBottom": "1px dashed #545454",
|
---|
| 208 | "borderTop": "1px dashed #545454",
|
---|
| 209 | "marginTop": ".75em",
|
---|
| 210 | "zIndex": "0"
|
---|
| 211 | },
|
---|
| 212 | ".line-highlight.line-highlight:before": {
|
---|
| 213 | "backgroundColor": "#8693a6",
|
---|
| 214 | "color": "#f4f1ef"
|
---|
| 215 | },
|
---|
| 216 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
| 217 | "backgroundColor": "#8693a6",
|
---|
| 218 | "color": "#f4f1ef"
|
---|
| 219 | }
|
---|
| 220 | };
|
---|
| 221 | exports["default"] = _default; |
---|