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

89 lines
2.5 KiB
CSS

/*
* Name: Duotone Forest
* Author: by Simurai, adapted from DuoTone themes for Atom (http://simurai.com/projects/2016/01/01/duotone-themes)
* Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-forest-dark.css)
* Generated with Base16 Builder (https://github.com/base16-builder/base16-builder)
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-space.css
*/
[data-theme=dark] {
--code-c-text: #767693;
--code-c-bg: #24242e;
--code-c-highlight-bg: #2b2b3c;
--code-c-line-number: rgba(118, 118, 147, 0.67);
}
[data-theme=dark] div[class*=language-] pre ::selection {
background: #5151e6;
}
[data-theme=dark] .token.comment,
[data-theme=dark] .token.prolog,
[data-theme=dark] .token.doctype,
[data-theme=dark] .token.cdata {
color: #5b5b76;
}
[data-theme=dark] .token.punctuation {
color: #5b5b76;
}
[data-theme=dark] .token.namespace {
opacity: 0.7;
}
[data-theme=dark] .token.tag,
[data-theme=dark] .token.operator,
[data-theme=dark] .token.number {
color: #dd672c;
}
[data-theme=dark] .token.property,
[data-theme=dark] .token.function {
color: #767693;
}
[data-theme=dark] .token.tag-id,
[data-theme=dark] .token.selector,
[data-theme=dark] .token.atrule-id {
color: #ebebff;
}
[data-theme=dark] .language-javascript,
[data-theme=dark] .token.attr-name {
color: #aaaaca;
}
[data-theme=dark] .language-css,
[data-theme=dark] .language-scss,
[data-theme=dark] .token.boolean,
[data-theme=dark] .token.string,
[data-theme=dark] .token.entity,
[data-theme=dark] .token.url,
[data-theme=dark] .language-css .token.string,
[data-theme=dark] .language-scss .token.string,
[data-theme=dark] .style .token.string,
[data-theme=dark] .token.attr-value,
[data-theme=dark] .token.keyword,
[data-theme=dark] .token.control,
[data-theme=dark] .token.directive,
[data-theme=dark] .token.unit,
[data-theme=dark] .token.statement,
[data-theme=dark] .token.regex,
[data-theme=dark] .token.atrule {
color: #fe8c52;
}
[data-theme=dark] .token.placeholder,
[data-theme=dark] .token.variable {
color: #fe8c52;
}
[data-theme=dark] .token.deleted {
text-decoration: line-through;
}
[data-theme=dark] .token.inserted {
border-bottom: 1px dotted #ebebff;
text-decoration: none;
}
[data-theme=dark] .token.italic {
font-style: italic;
}
[data-theme=dark] .token.important,
[data-theme=dark] .token.bold {
font-weight: bold;
}
[data-theme=dark] .token.important {
color: #aaaaca;
}
[data-theme=dark] .token.entity {
cursor: help;
}