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

105 lines
1.7 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-earth.css
*/
:root {
--code-c-text: #88786d;
--code-c-bg: #322d29;
--code-c-highlight-bg: #403730;
--code-c-line-number: rgba(136, 120, 109, 0.67);
}
div[class*=language-] pre ::selection {
background: #6f5849;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #6a5f58;
}
.token.punctuation {
color: #6a5f58;
}
.token.namespace {
opacity: 0.7;
}
.token.tag,
.token.operator,
.token.number {
color: #bfa05a;
}
.token.property,
.token.function {
color: #88786d;
}
.token.tag-id,
.token.selector,
.token.atrule-id {
color: #fff3eb;
}
.language-javascript,
.token.attr-name {
color: #a48774;
}
.language-css,
.language-scss,
.token.boolean,
.token.string,
.token.entity,
.token.url,
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit,
.token.statement,
.token.regex,
.token.atrule {
color: #fcc440;
}
.token.placeholder,
.token.variable {
color: #fcc440;
}
.token.deleted {
text-decoration: line-through;
}
.token.inserted {
border-bottom: 1px dotted #fff3eb;
text-decoration: none;
}
.token.italic {
font-style: italic;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.important {
color: #a48774;
}
.token.entity {
cursor: help;
}