[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 | "background": "hsl(230, 1%, 98%)",
|
---|
| 10 | "color": "hsl(230, 8%, 24%)",
|
---|
| 11 | "fontFamily": "\"Fira Code\", \"Fira Mono\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
|
---|
| 12 | "direction": "ltr",
|
---|
| 13 | "textAlign": "left",
|
---|
| 14 | "whiteSpace": "pre",
|
---|
| 15 | "wordSpacing": "normal",
|
---|
| 16 | "wordBreak": "normal",
|
---|
| 17 | "lineHeight": "1.5",
|
---|
| 18 | "MozTabSize": "2",
|
---|
| 19 | "OTabSize": "2",
|
---|
| 20 | "tabSize": "2",
|
---|
| 21 | "WebkitHyphens": "none",
|
---|
| 22 | "MozHyphens": "none",
|
---|
| 23 | "msHyphens": "none",
|
---|
| 24 | "hyphens": "none"
|
---|
| 25 | },
|
---|
| 26 | "pre[class*=\"language-\"]": {
|
---|
| 27 | "background": "hsl(230, 1%, 98%)",
|
---|
| 28 | "color": "hsl(230, 8%, 24%)",
|
---|
| 29 | "fontFamily": "\"Fira Code\", \"Fira Mono\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
|
---|
| 30 | "direction": "ltr",
|
---|
| 31 | "textAlign": "left",
|
---|
| 32 | "whiteSpace": "pre",
|
---|
| 33 | "wordSpacing": "normal",
|
---|
| 34 | "wordBreak": "normal",
|
---|
| 35 | "lineHeight": "1.5",
|
---|
| 36 | "MozTabSize": "2",
|
---|
| 37 | "OTabSize": "2",
|
---|
| 38 | "tabSize": "2",
|
---|
| 39 | "WebkitHyphens": "none",
|
---|
| 40 | "MozHyphens": "none",
|
---|
| 41 | "msHyphens": "none",
|
---|
| 42 | "hyphens": "none",
|
---|
| 43 | "padding": "1em",
|
---|
| 44 | "margin": "0.5em 0",
|
---|
| 45 | "overflow": "auto",
|
---|
| 46 | "borderRadius": "0.3em"
|
---|
| 47 | },
|
---|
| 48 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
| 49 | "background": "hsl(230, 1%, 90%)",
|
---|
| 50 | "color": "inherit"
|
---|
| 51 | },
|
---|
| 52 | "code[class*=\"language-\"] *::-moz-selection": {
|
---|
| 53 | "background": "hsl(230, 1%, 90%)",
|
---|
| 54 | "color": "inherit"
|
---|
| 55 | },
|
---|
| 56 | "pre[class*=\"language-\"] *::-moz-selection": {
|
---|
| 57 | "background": "hsl(230, 1%, 90%)",
|
---|
| 58 | "color": "inherit"
|
---|
| 59 | },
|
---|
| 60 | "code[class*=\"language-\"]::selection": {
|
---|
| 61 | "background": "hsl(230, 1%, 90%)",
|
---|
| 62 | "color": "inherit"
|
---|
| 63 | },
|
---|
| 64 | "code[class*=\"language-\"] *::selection": {
|
---|
| 65 | "background": "hsl(230, 1%, 90%)",
|
---|
| 66 | "color": "inherit"
|
---|
| 67 | },
|
---|
| 68 | "pre[class*=\"language-\"] *::selection": {
|
---|
| 69 | "background": "hsl(230, 1%, 90%)",
|
---|
| 70 | "color": "inherit"
|
---|
| 71 | },
|
---|
| 72 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 73 | "padding": "0.2em 0.3em",
|
---|
| 74 | "borderRadius": "0.3em",
|
---|
| 75 | "whiteSpace": "normal"
|
---|
| 76 | },
|
---|
| 77 | "comment": {
|
---|
| 78 | "color": "hsl(230, 4%, 64%)",
|
---|
| 79 | "fontStyle": "italic"
|
---|
| 80 | },
|
---|
| 81 | "prolog": {
|
---|
| 82 | "color": "hsl(230, 4%, 64%)"
|
---|
| 83 | },
|
---|
| 84 | "cdata": {
|
---|
| 85 | "color": "hsl(230, 4%, 64%)"
|
---|
| 86 | },
|
---|
| 87 | "doctype": {
|
---|
| 88 | "color": "hsl(230, 8%, 24%)"
|
---|
| 89 | },
|
---|
| 90 | "punctuation": {
|
---|
| 91 | "color": "hsl(230, 8%, 24%)"
|
---|
| 92 | },
|
---|
| 93 | "entity": {
|
---|
| 94 | "color": "hsl(230, 8%, 24%)",
|
---|
| 95 | "cursor": "help"
|
---|
| 96 | },
|
---|
| 97 | "attr-name": {
|
---|
| 98 | "color": "hsl(35, 99%, 36%)"
|
---|
| 99 | },
|
---|
| 100 | "class-name": {
|
---|
| 101 | "color": "hsl(35, 99%, 36%)"
|
---|
| 102 | },
|
---|
| 103 | "boolean": {
|
---|
| 104 | "color": "hsl(35, 99%, 36%)"
|
---|
| 105 | },
|
---|
| 106 | "constant": {
|
---|
| 107 | "color": "hsl(35, 99%, 36%)"
|
---|
| 108 | },
|
---|
| 109 | "number": {
|
---|
| 110 | "color": "hsl(35, 99%, 36%)"
|
---|
| 111 | },
|
---|
| 112 | "atrule": {
|
---|
| 113 | "color": "hsl(35, 99%, 36%)"
|
---|
| 114 | },
|
---|
| 115 | "keyword": {
|
---|
| 116 | "color": "hsl(301, 63%, 40%)"
|
---|
| 117 | },
|
---|
| 118 | "property": {
|
---|
| 119 | "color": "hsl(5, 74%, 59%)"
|
---|
| 120 | },
|
---|
| 121 | "tag": {
|
---|
| 122 | "color": "hsl(5, 74%, 59%)"
|
---|
| 123 | },
|
---|
| 124 | "symbol": {
|
---|
| 125 | "color": "hsl(5, 74%, 59%)"
|
---|
| 126 | },
|
---|
| 127 | "deleted": {
|
---|
| 128 | "color": "hsl(5, 74%, 59%)"
|
---|
| 129 | },
|
---|
| 130 | "important": {
|
---|
| 131 | "color": "hsl(5, 74%, 59%)"
|
---|
| 132 | },
|
---|
| 133 | "selector": {
|
---|
| 134 | "color": "hsl(119, 34%, 47%)"
|
---|
| 135 | },
|
---|
| 136 | "string": {
|
---|
| 137 | "color": "hsl(119, 34%, 47%)"
|
---|
| 138 | },
|
---|
| 139 | "char": {
|
---|
| 140 | "color": "hsl(119, 34%, 47%)"
|
---|
| 141 | },
|
---|
| 142 | "builtin": {
|
---|
| 143 | "color": "hsl(119, 34%, 47%)"
|
---|
| 144 | },
|
---|
| 145 | "inserted": {
|
---|
| 146 | "color": "hsl(119, 34%, 47%)"
|
---|
| 147 | },
|
---|
| 148 | "regex": {
|
---|
| 149 | "color": "hsl(119, 34%, 47%)"
|
---|
| 150 | },
|
---|
| 151 | "attr-value": {
|
---|
| 152 | "color": "hsl(119, 34%, 47%)"
|
---|
| 153 | },
|
---|
| 154 | "attr-value > .token.punctuation": {
|
---|
| 155 | "color": "hsl(119, 34%, 47%)"
|
---|
| 156 | },
|
---|
| 157 | "variable": {
|
---|
| 158 | "color": "hsl(221, 87%, 60%)"
|
---|
| 159 | },
|
---|
| 160 | "operator": {
|
---|
| 161 | "color": "hsl(221, 87%, 60%)"
|
---|
| 162 | },
|
---|
| 163 | "function": {
|
---|
| 164 | "color": "hsl(221, 87%, 60%)"
|
---|
| 165 | },
|
---|
| 166 | "url": {
|
---|
| 167 | "color": "hsl(198, 99%, 37%)"
|
---|
| 168 | },
|
---|
| 169 | "attr-value > .token.punctuation.attr-equals": {
|
---|
| 170 | "color": "hsl(230, 8%, 24%)"
|
---|
| 171 | },
|
---|
| 172 | "special-attr > .token.attr-value > .token.value.css": {
|
---|
| 173 | "color": "hsl(230, 8%, 24%)"
|
---|
| 174 | },
|
---|
| 175 | ".language-css .token.selector": {
|
---|
| 176 | "color": "hsl(5, 74%, 59%)"
|
---|
| 177 | },
|
---|
| 178 | ".language-css .token.property": {
|
---|
| 179 | "color": "hsl(230, 8%, 24%)"
|
---|
| 180 | },
|
---|
| 181 | ".language-css .token.function": {
|
---|
| 182 | "color": "hsl(198, 99%, 37%)"
|
---|
| 183 | },
|
---|
| 184 | ".language-css .token.url > .token.function": {
|
---|
| 185 | "color": "hsl(198, 99%, 37%)"
|
---|
| 186 | },
|
---|
| 187 | ".language-css .token.url > .token.string.url": {
|
---|
| 188 | "color": "hsl(119, 34%, 47%)"
|
---|
| 189 | },
|
---|
| 190 | ".language-css .token.important": {
|
---|
| 191 | "color": "hsl(301, 63%, 40%)"
|
---|
| 192 | },
|
---|
| 193 | ".language-css .token.atrule .token.rule": {
|
---|
| 194 | "color": "hsl(301, 63%, 40%)"
|
---|
| 195 | },
|
---|
| 196 | ".language-javascript .token.operator": {
|
---|
| 197 | "color": "hsl(301, 63%, 40%)"
|
---|
| 198 | },
|
---|
| 199 | ".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation": {
|
---|
| 200 | "color": "hsl(344, 84%, 43%)"
|
---|
| 201 | },
|
---|
| 202 | ".language-json .token.operator": {
|
---|
| 203 | "color": "hsl(230, 8%, 24%)"
|
---|
| 204 | },
|
---|
| 205 | ".language-json .token.null.keyword": {
|
---|
| 206 | "color": "hsl(35, 99%, 36%)"
|
---|
| 207 | },
|
---|
| 208 | ".language-markdown .token.url": {
|
---|
| 209 | "color": "hsl(230, 8%, 24%)"
|
---|
| 210 | },
|
---|
| 211 | ".language-markdown .token.url > .token.operator": {
|
---|
| 212 | "color": "hsl(230, 8%, 24%)"
|
---|
| 213 | },
|
---|
| 214 | ".language-markdown .token.url-reference.url > .token.string": {
|
---|
| 215 | "color": "hsl(230, 8%, 24%)"
|
---|
| 216 | },
|
---|
| 217 | ".language-markdown .token.url > .token.content": {
|
---|
| 218 | "color": "hsl(221, 87%, 60%)"
|
---|
| 219 | },
|
---|
| 220 | ".language-markdown .token.url > .token.url": {
|
---|
| 221 | "color": "hsl(198, 99%, 37%)"
|
---|
| 222 | },
|
---|
| 223 | ".language-markdown .token.url-reference.url": {
|
---|
| 224 | "color": "hsl(198, 99%, 37%)"
|
---|
| 225 | },
|
---|
| 226 | ".language-markdown .token.blockquote.punctuation": {
|
---|
| 227 | "color": "hsl(230, 4%, 64%)",
|
---|
| 228 | "fontStyle": "italic"
|
---|
| 229 | },
|
---|
| 230 | ".language-markdown .token.hr.punctuation": {
|
---|
| 231 | "color": "hsl(230, 4%, 64%)",
|
---|
| 232 | "fontStyle": "italic"
|
---|
| 233 | },
|
---|
| 234 | ".language-markdown .token.code-snippet": {
|
---|
| 235 | "color": "hsl(119, 34%, 47%)"
|
---|
| 236 | },
|
---|
| 237 | ".language-markdown .token.bold .token.content": {
|
---|
| 238 | "color": "hsl(35, 99%, 36%)"
|
---|
| 239 | },
|
---|
| 240 | ".language-markdown .token.italic .token.content": {
|
---|
| 241 | "color": "hsl(301, 63%, 40%)"
|
---|
| 242 | },
|
---|
| 243 | ".language-markdown .token.strike .token.content": {
|
---|
| 244 | "color": "hsl(5, 74%, 59%)"
|
---|
| 245 | },
|
---|
| 246 | ".language-markdown .token.strike .token.punctuation": {
|
---|
| 247 | "color": "hsl(5, 74%, 59%)"
|
---|
| 248 | },
|
---|
| 249 | ".language-markdown .token.list.punctuation": {
|
---|
| 250 | "color": "hsl(5, 74%, 59%)"
|
---|
| 251 | },
|
---|
| 252 | ".language-markdown .token.title.important > .token.punctuation": {
|
---|
| 253 | "color": "hsl(5, 74%, 59%)"
|
---|
| 254 | },
|
---|
| 255 | "bold": {
|
---|
| 256 | "fontWeight": "bold"
|
---|
| 257 | },
|
---|
| 258 | "italic": {
|
---|
| 259 | "fontStyle": "italic"
|
---|
| 260 | },
|
---|
| 261 | "namespace": {
|
---|
| 262 | "Opacity": "0.8"
|
---|
| 263 | },
|
---|
| 264 | "token.tab:not(:empty):before": {
|
---|
| 265 | "color": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 266 | },
|
---|
| 267 | "token.cr:before": {
|
---|
| 268 | "color": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 269 | },
|
---|
| 270 | "token.lf:before": {
|
---|
| 271 | "color": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 272 | },
|
---|
| 273 | "token.space:before": {
|
---|
| 274 | "color": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 275 | },
|
---|
| 276 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item": {
|
---|
| 277 | "marginRight": "0.4em"
|
---|
| 278 | },
|
---|
| 279 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button": {
|
---|
| 280 | "background": "hsl(230, 1%, 90%)",
|
---|
| 281 | "color": "hsl(230, 6%, 44%)",
|
---|
| 282 | "padding": "0.1em 0.4em",
|
---|
| 283 | "borderRadius": "0.3em"
|
---|
| 284 | },
|
---|
| 285 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a": {
|
---|
| 286 | "background": "hsl(230, 1%, 90%)",
|
---|
| 287 | "color": "hsl(230, 6%, 44%)",
|
---|
| 288 | "padding": "0.1em 0.4em",
|
---|
| 289 | "borderRadius": "0.3em"
|
---|
| 290 | },
|
---|
| 291 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span": {
|
---|
| 292 | "background": "hsl(230, 1%, 90%)",
|
---|
| 293 | "color": "hsl(230, 6%, 44%)",
|
---|
| 294 | "padding": "0.1em 0.4em",
|
---|
| 295 | "borderRadius": "0.3em"
|
---|
| 296 | },
|
---|
| 297 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover": {
|
---|
| 298 | "background": "hsl(230, 1%, 78%)",
|
---|
| 299 | "color": "hsl(230, 8%, 24%)"
|
---|
| 300 | },
|
---|
| 301 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus": {
|
---|
| 302 | "background": "hsl(230, 1%, 78%)",
|
---|
| 303 | "color": "hsl(230, 8%, 24%)"
|
---|
| 304 | },
|
---|
| 305 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover": {
|
---|
| 306 | "background": "hsl(230, 1%, 78%)",
|
---|
| 307 | "color": "hsl(230, 8%, 24%)"
|
---|
| 308 | },
|
---|
| 309 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus": {
|
---|
| 310 | "background": "hsl(230, 1%, 78%)",
|
---|
| 311 | "color": "hsl(230, 8%, 24%)"
|
---|
| 312 | },
|
---|
| 313 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover": {
|
---|
| 314 | "background": "hsl(230, 1%, 78%)",
|
---|
| 315 | "color": "hsl(230, 8%, 24%)"
|
---|
| 316 | },
|
---|
| 317 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus": {
|
---|
| 318 | "background": "hsl(230, 1%, 78%)",
|
---|
| 319 | "color": "hsl(230, 8%, 24%)"
|
---|
| 320 | },
|
---|
| 321 | ".line-highlight.line-highlight": {
|
---|
| 322 | "background": "hsla(230, 8%, 24%, 0.05)"
|
---|
| 323 | },
|
---|
| 324 | ".line-highlight.line-highlight:before": {
|
---|
| 325 | "background": "hsl(230, 1%, 90%)",
|
---|
| 326 | "color": "hsl(230, 8%, 24%)",
|
---|
| 327 | "padding": "0.1em 0.6em",
|
---|
| 328 | "borderRadius": "0.3em",
|
---|
| 329 | "boxShadow": "0 2px 0 0 rgba(0, 0, 0, 0.2)"
|
---|
| 330 | },
|
---|
| 331 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
| 332 | "background": "hsl(230, 1%, 90%)",
|
---|
| 333 | "color": "hsl(230, 8%, 24%)",
|
---|
| 334 | "padding": "0.1em 0.6em",
|
---|
| 335 | "borderRadius": "0.3em",
|
---|
| 336 | "boxShadow": "0 2px 0 0 rgba(0, 0, 0, 0.2)"
|
---|
| 337 | },
|
---|
| 338 | "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before": {
|
---|
| 339 | "backgroundColor": "hsla(230, 8%, 24%, 0.05)"
|
---|
| 340 | },
|
---|
| 341 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
| 342 | "borderRightColor": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 343 | },
|
---|
| 344 | ".command-line .command-line-prompt": {
|
---|
| 345 | "borderRightColor": "hsla(230, 8%, 24%, 0.2)"
|
---|
| 346 | },
|
---|
| 347 | ".line-numbers .line-numbers-rows > span:before": {
|
---|
| 348 | "color": "hsl(230, 1%, 62%)"
|
---|
| 349 | },
|
---|
| 350 | ".command-line .command-line-prompt > span:before": {
|
---|
| 351 | "color": "hsl(230, 1%, 62%)"
|
---|
| 352 | },
|
---|
| 353 | ".rainbow-braces .token.token.punctuation.brace-level-1": {
|
---|
| 354 | "color": "hsl(5, 74%, 59%)"
|
---|
| 355 | },
|
---|
| 356 | ".rainbow-braces .token.token.punctuation.brace-level-5": {
|
---|
| 357 | "color": "hsl(5, 74%, 59%)"
|
---|
| 358 | },
|
---|
| 359 | ".rainbow-braces .token.token.punctuation.brace-level-9": {
|
---|
| 360 | "color": "hsl(5, 74%, 59%)"
|
---|
| 361 | },
|
---|
| 362 | ".rainbow-braces .token.token.punctuation.brace-level-2": {
|
---|
| 363 | "color": "hsl(119, 34%, 47%)"
|
---|
| 364 | },
|
---|
| 365 | ".rainbow-braces .token.token.punctuation.brace-level-6": {
|
---|
| 366 | "color": "hsl(119, 34%, 47%)"
|
---|
| 367 | },
|
---|
| 368 | ".rainbow-braces .token.token.punctuation.brace-level-10": {
|
---|
| 369 | "color": "hsl(119, 34%, 47%)"
|
---|
| 370 | },
|
---|
| 371 | ".rainbow-braces .token.token.punctuation.brace-level-3": {
|
---|
| 372 | "color": "hsl(221, 87%, 60%)"
|
---|
| 373 | },
|
---|
| 374 | ".rainbow-braces .token.token.punctuation.brace-level-7": {
|
---|
| 375 | "color": "hsl(221, 87%, 60%)"
|
---|
| 376 | },
|
---|
| 377 | ".rainbow-braces .token.token.punctuation.brace-level-11": {
|
---|
| 378 | "color": "hsl(221, 87%, 60%)"
|
---|
| 379 | },
|
---|
| 380 | ".rainbow-braces .token.token.punctuation.brace-level-4": {
|
---|
| 381 | "color": "hsl(301, 63%, 40%)"
|
---|
| 382 | },
|
---|
| 383 | ".rainbow-braces .token.token.punctuation.brace-level-8": {
|
---|
| 384 | "color": "hsl(301, 63%, 40%)"
|
---|
| 385 | },
|
---|
| 386 | ".rainbow-braces .token.token.punctuation.brace-level-12": {
|
---|
| 387 | "color": "hsl(301, 63%, 40%)"
|
---|
| 388 | },
|
---|
| 389 | "pre.diff-highlight > code .token.token.deleted:not(.prefix)": {
|
---|
| 390 | "backgroundColor": "hsla(353, 100%, 66%, 0.15)"
|
---|
| 391 | },
|
---|
| 392 | "pre > code.diff-highlight .token.token.deleted:not(.prefix)": {
|
---|
| 393 | "backgroundColor": "hsla(353, 100%, 66%, 0.15)"
|
---|
| 394 | },
|
---|
| 395 | "pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
| 396 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 397 | },
|
---|
| 398 | "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection": {
|
---|
| 399 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 400 | },
|
---|
| 401 | "pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
| 402 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 403 | },
|
---|
| 404 | "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection": {
|
---|
| 405 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 406 | },
|
---|
| 407 | "pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection": {
|
---|
| 408 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 409 | },
|
---|
| 410 | "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection": {
|
---|
| 411 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 412 | },
|
---|
| 413 | "pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
|
---|
| 414 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 415 | },
|
---|
| 416 | "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection": {
|
---|
| 417 | "backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
---|
| 418 | },
|
---|
| 419 | "pre.diff-highlight > code .token.token.inserted:not(.prefix)": {
|
---|
| 420 | "backgroundColor": "hsla(137, 100%, 55%, 0.15)"
|
---|
| 421 | },
|
---|
| 422 | "pre > code.diff-highlight .token.token.inserted:not(.prefix)": {
|
---|
| 423 | "backgroundColor": "hsla(137, 100%, 55%, 0.15)"
|
---|
| 424 | },
|
---|
| 425 | "pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
| 426 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 427 | },
|
---|
| 428 | "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection": {
|
---|
| 429 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 430 | },
|
---|
| 431 | "pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
| 432 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 433 | },
|
---|
| 434 | "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection": {
|
---|
| 435 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 436 | },
|
---|
| 437 | "pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection": {
|
---|
| 438 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 439 | },
|
---|
| 440 | "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection": {
|
---|
| 441 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 442 | },
|
---|
| 443 | "pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
|
---|
| 444 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 445 | },
|
---|
| 446 | "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection": {
|
---|
| 447 | "backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
---|
| 448 | },
|
---|
| 449 | ".prism-previewer.prism-previewer:before": {
|
---|
| 450 | "borderColor": "hsl(0, 0, 95%)"
|
---|
| 451 | },
|
---|
| 452 | ".prism-previewer-gradient.prism-previewer-gradient div": {
|
---|
| 453 | "borderColor": "hsl(0, 0, 95%)",
|
---|
| 454 | "borderRadius": "0.3em"
|
---|
| 455 | },
|
---|
| 456 | ".prism-previewer-color.prism-previewer-color:before": {
|
---|
| 457 | "borderRadius": "0.3em"
|
---|
| 458 | },
|
---|
| 459 | ".prism-previewer-easing.prism-previewer-easing:before": {
|
---|
| 460 | "borderRadius": "0.3em"
|
---|
| 461 | },
|
---|
| 462 | ".prism-previewer.prism-previewer:after": {
|
---|
| 463 | "borderTopColor": "hsl(0, 0, 95%)"
|
---|
| 464 | },
|
---|
| 465 | ".prism-previewer-flipped.prism-previewer-flipped.after": {
|
---|
| 466 | "borderBottomColor": "hsl(0, 0, 95%)"
|
---|
| 467 | },
|
---|
| 468 | ".prism-previewer-angle.prism-previewer-angle:before": {
|
---|
| 469 | "background": "hsl(0, 0%, 100%)"
|
---|
| 470 | },
|
---|
| 471 | ".prism-previewer-time.prism-previewer-time:before": {
|
---|
| 472 | "background": "hsl(0, 0%, 100%)"
|
---|
| 473 | },
|
---|
| 474 | ".prism-previewer-easing.prism-previewer-easing": {
|
---|
| 475 | "background": "hsl(0, 0%, 100%)"
|
---|
| 476 | },
|
---|
| 477 | ".prism-previewer-angle.prism-previewer-angle circle": {
|
---|
| 478 | "stroke": "hsl(230, 8%, 24%)",
|
---|
| 479 | "strokeOpacity": "1"
|
---|
| 480 | },
|
---|
| 481 | ".prism-previewer-time.prism-previewer-time circle": {
|
---|
| 482 | "stroke": "hsl(230, 8%, 24%)",
|
---|
| 483 | "strokeOpacity": "1"
|
---|
| 484 | },
|
---|
| 485 | ".prism-previewer-easing.prism-previewer-easing circle": {
|
---|
| 486 | "stroke": "hsl(230, 8%, 24%)",
|
---|
| 487 | "fill": "transparent"
|
---|
| 488 | },
|
---|
| 489 | ".prism-previewer-easing.prism-previewer-easing path": {
|
---|
| 490 | "stroke": "hsl(230, 8%, 24%)"
|
---|
| 491 | },
|
---|
| 492 | ".prism-previewer-easing.prism-previewer-easing line": {
|
---|
| 493 | "stroke": "hsl(230, 8%, 24%)"
|
---|
| 494 | }
|
---|
| 495 | };
|
---|
| 496 | exports["default"] = _default; |
---|