test/node_modules/@vuepress/plugin-prismjs/lib/client/styles/vsc-dark-plus.dark.css
2024-08-13 09:27:52 +08:00

166 lines
4.1 KiB
CSS

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