/** * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-material-dark.css */ [data-theme=light] { --code-c-text: #eee; --code-c-bg: #2f2f2f; --code-c-highlight-bg: #3c3737; --code-c-line-number: rgba(238, 238, 238, 0.67); } [data-theme=light] div[class*=language-] pre ::selection { background: #363636; } [data-theme=light] .language-css > code, [data-theme=light] .language-sass > code, [data-theme=light] .language-scss > code { color: #fd9170; } [data-theme=light] [class*=language-] .namespace { opacity: 0.7; } [data-theme=light] .token.atrule { color: #c792ea; } [data-theme=light] .token.attr-name { color: #ffcb6b; } [data-theme=light] .token.attr-value { color: #a5e844; } [data-theme=light] .token.attribute { color: #a5e844; } [data-theme=light] .token.boolean { color: #c792ea; } [data-theme=light] .token.builtin { color: #ffcb6b; } [data-theme=light] .token.cdata { color: #80cbc4; } [data-theme=light] .token.char { color: #80cbc4; } [data-theme=light] .token.class { color: #ffcb6b; } [data-theme=light] .token.class-name { color: #f2ff00; } [data-theme=light] .token.comment { color: #616161; } [data-theme=light] .token.constant { color: #c792ea; } [data-theme=light] .token.deleted { color: #f66; } [data-theme=light] .token.doctype { color: #616161; } [data-theme=light] .token.entity { color: #f66; } [data-theme=light] .token.function { color: #c792ea; } [data-theme=light] .token.hexcode { color: #f2ff00; } [data-theme=light] .token.id { color: #c792ea; font-weight: bold; } [data-theme=light] .token.important { color: #c792ea; font-weight: bold; } [data-theme=light] .token.inserted { color: #80cbc4; } [data-theme=light] .token.keyword { color: #c792ea; } [data-theme=light] .token.number { color: #fd9170; } [data-theme=light] .token.operator { color: #89ddff; } [data-theme=light] .token.prolog { color: #616161; } [data-theme=light] .token.property { color: #80cbc4; } [data-theme=light] .token.pseudo-class { color: #a5e844; } [data-theme=light] .token.pseudo-element { color: #a5e844; } [data-theme=light] .token.punctuation { color: #89ddff; } [data-theme=light] .token.regex { color: #f2ff00; } [data-theme=light] .token.selector { color: #f66; } [data-theme=light] .token.string { color: #a5e844; } [data-theme=light] .token.symbol { color: #c792ea; } [data-theme=light] .token.tag { color: #f66; } [data-theme=light] .token.unit { color: #fd9170; } [data-theme=light] .token.url { color: #f66; } [data-theme=light] .token.variable { color: #f66; }