1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015 |
- export const light = {
- 'code[class*="language-"]': {
- background: "hsl(230, 1%, 98%)",
- color: "hsl(230, 8%, 24%)",
- fontFamily:
- '"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',
- direction: "ltr",
- textAlign: "left",
- whiteSpace: "pre",
- wordSpacing: "normal",
- wordBreak: "normal",
- lineHeight: "1.5",
- MozTabSize: "2",
- OTabSize: "2",
- tabSize: "2",
- WebkitHyphens: "none",
- MozHyphens: "none",
- msHyphens: "none",
- hyphens: "none",
- },
- 'pre[class*="language-"]': {
- background: "hsl(230, 1%, 98%)",
- color: "hsl(230, 8%, 24%)",
- fontFamily:
- '"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',
- direction: "ltr",
- textAlign: "left",
- whiteSpace: "pre",
- wordSpacing: "normal",
- wordBreak: "normal",
- lineHeight: "1.5",
- MozTabSize: "2",
- OTabSize: "2",
- tabSize: "2",
- WebkitHyphens: "none",
- MozHyphens: "none",
- msHyphens: "none",
- hyphens: "none",
- padding: "1em",
- margin: "0.5em 0",
- overflow: "auto",
- borderRadius: "0.3em",
- },
- 'code[class*="language-"]::-moz-selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- 'code[class*="language-"] *::-moz-selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- 'pre[class*="language-"] *::-moz-selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- 'code[class*="language-"]::selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- 'code[class*="language-"] *::selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- 'pre[class*="language-"] *::selection': {
- background: "hsl(230, 1%, 90%)",
- color: "inherit",
- },
- ':not(pre) > code[class*="language-"]': {
- padding: "0.2em 0.3em",
- borderRadius: "0.3em",
- whiteSpace: "normal",
- },
- comment: {
- color: "hsl(230, 4%, 64%)",
- fontStyle: "italic",
- },
- prolog: {
- color: "hsl(230, 4%, 64%)",
- },
- cdata: {
- color: "hsl(230, 4%, 64%)",
- },
- doctype: {
- color: "hsl(230, 8%, 24%)",
- },
- punctuation: {
- color: "hsl(230, 8%, 24%)",
- },
- entity: {
- color: "hsl(230, 8%, 24%)",
- cursor: "help",
- },
- "attr-name": {
- color: "hsl(35, 99%, 36%)",
- },
- "class-name": {
- color: "hsl(35, 99%, 36%)",
- },
- boolean: {
- color: "hsl(35, 99%, 36%)",
- },
- constant: {
- color: "hsl(35, 99%, 36%)",
- },
- number: {
- color: "hsl(35, 99%, 36%)",
- },
- atrule: {
- color: "hsl(35, 99%, 36%)",
- },
- keyword: {
- color: "hsl(301, 63%, 40%)",
- },
- property: {
- color: "hsl(5, 74%, 59%)",
- },
- tag: {
- color: "hsl(5, 74%, 59%)",
- },
- symbol: {
- color: "hsl(5, 74%, 59%)",
- },
- deleted: {
- color: "hsl(5, 74%, 59%)",
- },
- important: {
- color: "hsl(5, 74%, 59%)",
- },
- selector: {
- color: "hsl(119, 34%, 47%)",
- },
- string: {
- color: "hsl(119, 34%, 47%)",
- },
- char: {
- color: "hsl(119, 34%, 47%)",
- },
- builtin: {
- color: "hsl(119, 34%, 47%)",
- },
- inserted: {
- color: "hsl(119, 34%, 47%)",
- },
- regex: {
- color: "hsl(119, 34%, 47%)",
- },
- "attr-value": {
- color: "hsl(119, 34%, 47%)",
- },
- "attr-value > .token.punctuation": {
- color: "hsl(119, 34%, 47%)",
- },
- variable: {
- color: "hsl(221, 87%, 60%)",
- },
- operator: {
- color: "hsl(221, 87%, 60%)",
- },
- function: {
- color: "hsl(221, 87%, 60%)",
- },
- url: {
- color: "hsl(198, 99%, 37%)",
- },
- "attr-value > .token.punctuation.attr-equals": {
- color: "hsl(230, 8%, 24%)",
- },
- "special-attr > .token.attr-value > .token.value.css": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-css .token.selector": {
- color: "hsl(5, 74%, 59%)",
- },
- ".language-css .token.property": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-css .token.function": {
- color: "hsl(198, 99%, 37%)",
- },
- ".language-css .token.url > .token.function": {
- color: "hsl(198, 99%, 37%)",
- },
- ".language-css .token.url > .token.string.url": {
- color: "hsl(119, 34%, 47%)",
- },
- ".language-css .token.important": {
- color: "hsl(301, 63%, 40%)",
- },
- ".language-css .token.atrule .token.rule": {
- color: "hsl(301, 63%, 40%)",
- },
- ".language-javascript .token.operator": {
- color: "hsl(301, 63%, 40%)",
- },
- ".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation":
- {
- color: "hsl(344, 84%, 43%)",
- },
- ".language-json .token.operator": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-json .token.null.keyword": {
- color: "hsl(35, 99%, 36%)",
- },
- ".language-markdown .token.url": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-markdown .token.url > .token.operator": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-markdown .token.url-reference.url > .token.string": {
- color: "hsl(230, 8%, 24%)",
- },
- ".language-markdown .token.url > .token.content": {
- color: "hsl(221, 87%, 60%)",
- },
- ".language-markdown .token.url > .token.url": {
- color: "hsl(198, 99%, 37%)",
- },
- ".language-markdown .token.url-reference.url": {
- color: "hsl(198, 99%, 37%)",
- },
- ".language-markdown .token.blockquote.punctuation": {
- color: "hsl(230, 4%, 64%)",
- fontStyle: "italic",
- },
- ".language-markdown .token.hr.punctuation": {
- color: "hsl(230, 4%, 64%)",
- fontStyle: "italic",
- },
- ".language-markdown .token.code-snippet": {
- color: "hsl(119, 34%, 47%)",
- },
- ".language-markdown .token.bold .token.content": {
- color: "hsl(35, 99%, 36%)",
- },
- ".language-markdown .token.italic .token.content": {
- color: "hsl(301, 63%, 40%)",
- },
- ".language-markdown .token.strike .token.content": {
- color: "hsl(5, 74%, 59%)",
- },
- ".language-markdown .token.strike .token.punctuation": {
- color: "hsl(5, 74%, 59%)",
- },
- ".language-markdown .token.list.punctuation": {
- color: "hsl(5, 74%, 59%)",
- },
- ".language-markdown .token.title.important > .token.punctuation": {
- color: "hsl(5, 74%, 59%)",
- },
- bold: {
- fontWeight: "bold",
- },
- italic: {
- fontStyle: "italic",
- },
- namespace: {
- Opacity: "0.8",
- },
- "token.tab:not(:empty):before": {
- color: "hsla(230, 8%, 24%, 0.2)",
- },
- "token.cr:before": {
- color: "hsla(230, 8%, 24%, 0.2)",
- },
- "token.lf:before": {
- color: "hsla(230, 8%, 24%, 0.2)",
- },
- "token.space:before": {
- color: "hsla(230, 8%, 24%, 0.2)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item": {
- marginRight: "0.4em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button": {
- background: "hsl(230, 1%, 90%)",
- color: "hsl(230, 6%, 44%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a": {
- background: "hsl(230, 1%, 90%)",
- color: "hsl(230, 6%, 44%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span": {
- background: "hsl(230, 1%, 90%)",
- color: "hsl(230, 6%, 44%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus": {
- background: "hsl(230, 1%, 78%)",
- color: "hsl(230, 8%, 24%)",
- },
- ".line-highlight.line-highlight": {
- background: "hsla(230, 8%, 24%, 0.05)",
- },
- ".line-highlight.line-highlight:before": {
- background: "hsl(230, 1%, 90%)",
- color: "hsl(230, 8%, 24%)",
- padding: "0.1em 0.6em",
- borderRadius: "0.3em",
- boxShadow: "0 2px 0 0 rgba(0, 0, 0, 0.2)",
- },
- ".line-highlight.line-highlight[data-end]:after": {
- background: "hsl(230, 1%, 90%)",
- color: "hsl(230, 8%, 24%)",
- padding: "0.1em 0.6em",
- borderRadius: "0.3em",
- boxShadow: "0 2px 0 0 rgba(0, 0, 0, 0.2)",
- },
- "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before":
- {
- backgroundColor: "hsla(230, 8%, 24%, 0.05)",
- },
- ".line-numbers.line-numbers .line-numbers-rows": {
- borderRightColor: "hsla(230, 8%, 24%, 0.2)",
- },
- ".command-line .command-line-prompt": {
- borderRightColor: "hsla(230, 8%, 24%, 0.2)",
- },
- ".line-numbers .line-numbers-rows > span:before": {
- color: "hsl(230, 1%, 62%)",
- },
- ".command-line .command-line-prompt > span:before": {
- color: "hsl(230, 1%, 62%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-1": {
- color: "hsl(5, 74%, 59%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-5": {
- color: "hsl(5, 74%, 59%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-9": {
- color: "hsl(5, 74%, 59%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-2": {
- color: "hsl(119, 34%, 47%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-6": {
- color: "hsl(119, 34%, 47%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-10": {
- color: "hsl(119, 34%, 47%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-3": {
- color: "hsl(221, 87%, 60%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-7": {
- color: "hsl(221, 87%, 60%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-11": {
- color: "hsl(221, 87%, 60%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-4": {
- color: "hsl(301, 63%, 40%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-8": {
- color: "hsl(301, 63%, 40%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-12": {
- color: "hsl(301, 63%, 40%)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)": {
- backgroundColor: "hsla(353, 100%, 66%, 0.15)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)": {
- backgroundColor: "hsla(353, 100%, 66%, 0.15)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)": {
- backgroundColor: "hsla(137, 100%, 55%, 0.15)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)": {
- backgroundColor: "hsla(137, 100%, 55%, 0.15)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- ".prism-previewer.prism-previewer:before": {
- borderColor: "hsl(0, 0, 95%)",
- },
- ".prism-previewer-gradient.prism-previewer-gradient div": {
- borderColor: "hsl(0, 0, 95%)",
- borderRadius: "0.3em",
- },
- ".prism-previewer-color.prism-previewer-color:before": {
- borderRadius: "0.3em",
- },
- ".prism-previewer-easing.prism-previewer-easing:before": {
- borderRadius: "0.3em",
- },
- ".prism-previewer.prism-previewer:after": {
- borderTopColor: "hsl(0, 0, 95%)",
- },
- ".prism-previewer-flipped.prism-previewer-flipped.after": {
- borderBottomColor: "hsl(0, 0, 95%)",
- },
- ".prism-previewer-angle.prism-previewer-angle:before": {
- background: "hsl(0, 0%, 100%)",
- },
- ".prism-previewer-time.prism-previewer-time:before": {
- background: "hsl(0, 0%, 100%)",
- },
- ".prism-previewer-easing.prism-previewer-easing": {
- background: "hsl(0, 0%, 100%)",
- },
- ".prism-previewer-angle.prism-previewer-angle circle": {
- stroke: "hsl(230, 8%, 24%)",
- strokeOpacity: "1",
- },
- ".prism-previewer-time.prism-previewer-time circle": {
- stroke: "hsl(230, 8%, 24%)",
- strokeOpacity: "1",
- },
- ".prism-previewer-easing.prism-previewer-easing circle": {
- stroke: "hsl(230, 8%, 24%)",
- fill: "transparent",
- },
- ".prism-previewer-easing.prism-previewer-easing path": {
- stroke: "hsl(230, 8%, 24%)",
- },
- ".prism-previewer-easing.prism-previewer-easing line": {
- stroke: "hsl(230, 8%, 24%)",
- },
- };
- export const dark = {
- 'code[class*="language-"]': {
- background: "hsl(220, 13%, 18%)",
- color: "hsl(220, 14%, 71%)",
- textShadow: "0 1px rgba(0, 0, 0, 0.3)",
- fontFamily:
- '"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',
- direction: "ltr",
- textAlign: "left",
- whiteSpace: "pre",
- wordSpacing: "normal",
- wordBreak: "normal",
- lineHeight: "1.5",
- MozTabSize: "2",
- OTabSize: "2",
- tabSize: "2",
- WebkitHyphens: "none",
- MozHyphens: "none",
- msHyphens: "none",
- hyphens: "none",
- },
- 'pre[class*="language-"]': {
- background: "hsl(220, 13%, 18%)",
- color: "hsl(220, 14%, 71%)",
- textShadow: "0 1px rgba(0, 0, 0, 0.3)",
- fontFamily:
- '"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',
- direction: "ltr",
- textAlign: "left",
- whiteSpace: "pre",
- wordSpacing: "normal",
- wordBreak: "normal",
- lineHeight: "1.5",
- MozTabSize: "2",
- OTabSize: "2",
- tabSize: "2",
- WebkitHyphens: "none",
- MozHyphens: "none",
- msHyphens: "none",
- hyphens: "none",
- padding: "1em",
- margin: "0.5em 0",
- overflow: "auto",
- borderRadius: "0.3em",
- },
- 'code[class*="language-"]::-moz-selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- 'code[class*="language-"] *::-moz-selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- 'pre[class*="language-"] *::-moz-selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- 'code[class*="language-"]::selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- 'code[class*="language-"] *::selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- 'pre[class*="language-"] *::selection': {
- background: "hsl(220, 13%, 28%)",
- color: "inherit",
- textShadow: "none",
- },
- ':not(pre) > code[class*="language-"]': {
- padding: "0.2em 0.3em",
- borderRadius: "0.3em",
- whiteSpace: "normal",
- },
- comment: {
- color: "hsl(220, 10%, 40%)",
- fontStyle: "italic",
- },
- prolog: {
- color: "hsl(220, 10%, 40%)",
- },
- cdata: {
- color: "hsl(220, 10%, 40%)",
- },
- doctype: {
- color: "hsl(220, 14%, 71%)",
- },
- punctuation: {
- color: "hsl(220, 14%, 71%)",
- },
- entity: {
- color: "hsl(220, 14%, 71%)",
- cursor: "help",
- },
- "attr-name": {
- color: "hsl(29, 54%, 61%)",
- },
- "class-name": {
- color: "hsl(29, 54%, 61%)",
- },
- boolean: {
- color: "hsl(29, 54%, 61%)",
- },
- constant: {
- color: "hsl(29, 54%, 61%)",
- },
- number: {
- color: "hsl(29, 54%, 61%)",
- },
- atrule: {
- color: "hsl(29, 54%, 61%)",
- },
- keyword: {
- color: "hsl(286, 60%, 67%)",
- },
- property: {
- color: "hsl(355, 65%, 65%)",
- },
- tag: {
- color: "hsl(355, 65%, 65%)",
- },
- symbol: {
- color: "hsl(355, 65%, 65%)",
- },
- deleted: {
- color: "hsl(355, 65%, 65%)",
- },
- important: {
- color: "hsl(355, 65%, 65%)",
- },
- selector: {
- color: "hsl(95, 38%, 62%)",
- },
- string: {
- color: "hsl(95, 38%, 62%)",
- },
- char: {
- color: "hsl(95, 38%, 62%)",
- },
- builtin: {
- color: "hsl(95, 38%, 62%)",
- },
- inserted: {
- color: "hsl(95, 38%, 62%)",
- },
- regex: {
- color: "hsl(95, 38%, 62%)",
- },
- "attr-value": {
- color: "hsl(95, 38%, 62%)",
- },
- "attr-value > .token.punctuation": {
- color: "hsl(95, 38%, 62%)",
- },
- variable: {
- color: "hsl(207, 82%, 66%)",
- },
- operator: {
- color: "hsl(207, 82%, 66%)",
- },
- function: {
- color: "hsl(207, 82%, 66%)",
- },
- url: {
- color: "hsl(187, 47%, 55%)",
- },
- "attr-value > .token.punctuation.attr-equals": {
- color: "hsl(220, 14%, 71%)",
- },
- "special-attr > .token.attr-value > .token.value.css": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-css .token.selector": {
- color: "hsl(355, 65%, 65%)",
- },
- ".language-css .token.property": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-css .token.function": {
- color: "hsl(187, 47%, 55%)",
- },
- ".language-css .token.url > .token.function": {
- color: "hsl(187, 47%, 55%)",
- },
- ".language-css .token.url > .token.string.url": {
- color: "hsl(95, 38%, 62%)",
- },
- ".language-css .token.important": {
- color: "hsl(286, 60%, 67%)",
- },
- ".language-css .token.atrule .token.rule": {
- color: "hsl(286, 60%, 67%)",
- },
- ".language-javascript .token.operator": {
- color: "hsl(286, 60%, 67%)",
- },
- ".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation":
- {
- color: "hsl(5, 48%, 51%)",
- },
- ".language-json .token.operator": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-json .token.null.keyword": {
- color: "hsl(29, 54%, 61%)",
- },
- ".language-markdown .token.url": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-markdown .token.url > .token.operator": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-markdown .token.url-reference.url > .token.string": {
- color: "hsl(220, 14%, 71%)",
- },
- ".language-markdown .token.url > .token.content": {
- color: "hsl(207, 82%, 66%)",
- },
- ".language-markdown .token.url > .token.url": {
- color: "hsl(187, 47%, 55%)",
- },
- ".language-markdown .token.url-reference.url": {
- color: "hsl(187, 47%, 55%)",
- },
- ".language-markdown .token.blockquote.punctuation": {
- color: "hsl(220, 10%, 40%)",
- fontStyle: "italic",
- },
- ".language-markdown .token.hr.punctuation": {
- color: "hsl(220, 10%, 40%)",
- fontStyle: "italic",
- },
- ".language-markdown .token.code-snippet": {
- color: "hsl(95, 38%, 62%)",
- },
- ".language-markdown .token.bold .token.content": {
- color: "hsl(29, 54%, 61%)",
- },
- ".language-markdown .token.italic .token.content": {
- color: "hsl(286, 60%, 67%)",
- },
- ".language-markdown .token.strike .token.content": {
- color: "hsl(355, 65%, 65%)",
- },
- ".language-markdown .token.strike .token.punctuation": {
- color: "hsl(355, 65%, 65%)",
- },
- ".language-markdown .token.list.punctuation": {
- color: "hsl(355, 65%, 65%)",
- },
- ".language-markdown .token.title.important > .token.punctuation": {
- color: "hsl(355, 65%, 65%)",
- },
- bold: {
- fontWeight: "bold",
- },
- italic: {
- fontStyle: "italic",
- },
- namespace: {
- Opacity: "0.8",
- },
- "token.tab:not(:empty):before": {
- color: "hsla(220, 14%, 71%, 0.15)",
- textShadow: "none",
- },
- "token.cr:before": {
- color: "hsla(220, 14%, 71%, 0.15)",
- textShadow: "none",
- },
- "token.lf:before": {
- color: "hsla(220, 14%, 71%, 0.15)",
- textShadow: "none",
- },
- "token.space:before": {
- color: "hsla(220, 14%, 71%, 0.15)",
- textShadow: "none",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item": {
- marginRight: "0.4em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button": {
- background: "hsl(220, 13%, 26%)",
- color: "hsl(220, 9%, 55%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a": {
- background: "hsl(220, 13%, 26%)",
- color: "hsl(220, 9%, 55%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span": {
- background: "hsl(220, 13%, 26%)",
- color: "hsl(220, 9%, 55%)",
- padding: "0.1em 0.4em",
- borderRadius: "0.3em",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus": {
- background: "hsl(220, 13%, 28%)",
- color: "hsl(220, 14%, 71%)",
- },
- ".line-highlight.line-highlight": {
- background: "hsla(220, 100%, 80%, 0.04)",
- },
- ".line-highlight.line-highlight:before": {
- background: "hsl(220, 13%, 26%)",
- color: "hsl(220, 14%, 71%)",
- padding: "0.1em 0.6em",
- borderRadius: "0.3em",
- boxShadow: "0 2px 0 0 rgba(0, 0, 0, 0.2)",
- },
- ".line-highlight.line-highlight[data-end]:after": {
- background: "hsl(220, 13%, 26%)",
- color: "hsl(220, 14%, 71%)",
- padding: "0.1em 0.6em",
- borderRadius: "0.3em",
- boxShadow: "0 2px 0 0 rgba(0, 0, 0, 0.2)",
- },
- "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before":
- {
- backgroundColor: "hsla(220, 100%, 80%, 0.04)",
- },
- ".line-numbers.line-numbers .line-numbers-rows": {
- borderRightColor: "hsla(220, 14%, 71%, 0.15)",
- },
- ".command-line .command-line-prompt": {
- borderRightColor: "hsla(220, 14%, 71%, 0.15)",
- },
- ".line-numbers .line-numbers-rows > span:before": {
- color: "hsl(220, 14%, 45%)",
- },
- ".command-line .command-line-prompt > span:before": {
- color: "hsl(220, 14%, 45%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-1": {
- color: "hsl(355, 65%, 65%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-5": {
- color: "hsl(355, 65%, 65%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-9": {
- color: "hsl(355, 65%, 65%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-2": {
- color: "hsl(95, 38%, 62%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-6": {
- color: "hsl(95, 38%, 62%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-10": {
- color: "hsl(95, 38%, 62%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-3": {
- color: "hsl(207, 82%, 66%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-7": {
- color: "hsl(207, 82%, 66%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-11": {
- color: "hsl(207, 82%, 66%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-4": {
- color: "hsl(286, 60%, 67%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-8": {
- color: "hsl(286, 60%, 67%)",
- },
- ".rainbow-braces .token.token.punctuation.brace-level-12": {
- color: "hsl(286, 60%, 67%)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)": {
- backgroundColor: "hsla(353, 100%, 66%, 0.15)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)": {
- backgroundColor: "hsla(353, 100%, 66%, 0.15)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection": {
- backgroundColor: "hsla(353, 95%, 66%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)": {
- backgroundColor: "hsla(137, 100%, 55%, 0.15)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)": {
- backgroundColor: "hsla(137, 100%, 55%, 0.15)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection":
- {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- "pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection": {
- backgroundColor: "hsla(135, 73%, 55%, 0.25)",
- },
- ".prism-previewer.prism-previewer:before": {
- borderColor: "hsl(224, 13%, 17%)",
- },
- ".prism-previewer-gradient.prism-previewer-gradient div": {
- borderColor: "hsl(224, 13%, 17%)",
- borderRadius: "0.3em",
- },
- ".prism-previewer-color.prism-previewer-color:before": {
- borderRadius: "0.3em",
- },
- ".prism-previewer-easing.prism-previewer-easing:before": {
- borderRadius: "0.3em",
- },
- ".prism-previewer.prism-previewer:after": {
- borderTopColor: "hsl(224, 13%, 17%)",
- },
- ".prism-previewer-flipped.prism-previewer-flipped.after": {
- borderBottomColor: "hsl(224, 13%, 17%)",
- },
- ".prism-previewer-angle.prism-previewer-angle:before": {
- background: "hsl(219, 13%, 22%)",
- },
- ".prism-previewer-time.prism-previewer-time:before": {
- background: "hsl(219, 13%, 22%)",
- },
- ".prism-previewer-easing.prism-previewer-easing": {
- background: "hsl(219, 13%, 22%)",
- },
- ".prism-previewer-angle.prism-previewer-angle circle": {
- stroke: "hsl(220, 14%, 71%)",
- strokeOpacity: "1",
- },
- ".prism-previewer-time.prism-previewer-time circle": {
- stroke: "hsl(220, 14%, 71%)",
- strokeOpacity: "1",
- },
- ".prism-previewer-easing.prism-previewer-easing circle": {
- stroke: "hsl(220, 14%, 71%)",
- fill: "transparent",
- },
- ".prism-previewer-easing.prism-previewer-easing path": {
- stroke: "hsl(220, 14%, 71%)",
- },
- ".prism-previewer-easing.prism-previewer-easing line": {
- stroke: "hsl(220, 14%, 71%)",
- },
- };
|