/* * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-vsc-dark-plus.css */ [data-theme=light] { --code-c-text: #d4d4d4; --code-c-bg: #1e1e1e; --code-c-highlight-bg: #2b2727; --code-c-line-number: rgba(212, 212, 212, 0.67); } [data-theme=light] div[class*=language-] pre ::selection { background: #264f78; } [data-theme=light] .namespace { opacity: 0.7; } [data-theme=light] .token.doctype .token.doctype-tag { color: #569cd6; } [data-theme=light] .token.doctype .token.name { color: #9cdcfe; } [data-theme=light] .token.comment, [data-theme=light] .token.prolog { color: #6a9955; } [data-theme=light] .token.punctuation, .language-html .language-css [data-theme=light] .token.punctuation, .language-html .language-javascript [data-theme=light] .token.punctuation { color: #d4d4d4; } [data-theme=light] .token.punctuation.interpolation-punctuation { color: #569cd6; } [data-theme=light] .token.number, [data-theme=light] .token.symbol, [data-theme=light] .token.inserted, [data-theme=light] .token.unit { color: #b5cea8; } [data-theme=light] .token.string, [data-theme=light] .token.char, [data-theme=light] .token.builtin, [data-theme=light] .token.deleted { color: #ce9178; } [data-theme=light] .token.operator { color: #d4d4d4; } [data-theme=light] .token.operator.arrow { color: #569cd6; } [data-theme=light] .token.atrule { color: #ce9178; } [data-theme=light] .token.atrule .token.rule { color: #c586c0; } [data-theme=light] .token.atrule .token.url { color: #9cdcfe; } [data-theme=light] .token.atrule .token.url .token.function { color: #dcdcaa; } [data-theme=light] .token.atrule .token.url .token.punctuation { color: #d4d4d4; } [data-theme=light] .token.keyword { color: #569cd6; } [data-theme=light] .token.keyword.module, [data-theme=light] .token.keyword.control-flow { color: #c586c0; } [data-theme=light] .token.function, [data-theme=light] .token.function .token.maybe-class-name { color: #dcdcaa; } [data-theme=light] .token.regex { color: #d16969; } [data-theme=light] .token.important { color: #569cd6; } [data-theme=light] .token.italic { font-style: italic; } [data-theme=light] .token.constant { color: #9cdcfe; } [data-theme=light] .token.class-name, [data-theme=light] .token.maybe-class-name { color: #4ec9b0; } [data-theme=light] .token.console { color: #9cdcfe; } [data-theme=light] .token.parameter { color: #9cdcfe; } [data-theme=light] .token.interpolation { color: #9cdcfe; } [data-theme=light] .token.boolean { color: #569cd6; } [data-theme=light] .token.property, [data-theme=light] .token.variable, [data-theme=light] .token.imports .token.maybe-class-name, [data-theme=light] .token.exports .token.maybe-class-name { color: #9cdcfe; } [data-theme=light] .token.selector { color: #d7ba7d; } [data-theme=light] .token.escape { color: #d7ba7d; } [data-theme=light] .token.tag { color: #569cd6; } [data-theme=light] .token.tag .token.punctuation { color: #808080; } [data-theme=light] .token.cdata { color: #808080; } [data-theme=light] .token.attr-name { color: #9cdcfe; } [data-theme=light] .token.attr-value, [data-theme=light] .token.attr-value .token.punctuation { color: #ce9178; } [data-theme=light] .token.attr-value .token.punctuation.attr-equals { color: #d4d4d4; } [data-theme=light] .token.entity { color: #569cd6; } [data-theme=light] .token.namespace { color: #4ec9b0; } [data-theme=light] pre[class*=language-javascript], [data-theme=light] code[class*=language-javascript], [data-theme=light] pre[class*=language-jsx], [data-theme=light] code[class*=language-jsx], [data-theme=light] pre[class*=language-typescript], [data-theme=light] code[class*=language-typescript], [data-theme=light] pre[class*=language-tsx], [data-theme=light] code[class*=language-tsx] { color: #9cdcfe; } [data-theme=light] pre[class*=language-css], [data-theme=light] code[class*=language-css] { color: #ce9178; } [data-theme=light] pre[class*=language-html], [data-theme=light] code[class*=language-html] { color: #d4d4d4; } [data-theme=light] .language-regex .token.anchor { color: #dcdcaa; } [data-theme=light] .language-html .token.punctuation { color: #808080; } [data-theme=light] .language-css .token.string.url { text-decoration: underline; }