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

96 lines
2.3 KiB
CSS

/*
* Z-Touch
* by Zeel Codder
* https://github.com/zeel-codder
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-solarized-dark-atom.css
*/
[data-theme=light] {
--code-c-text: #fff;
--code-c-bg: #0a143c;
--code-c-highlight-bg: #0c1a50;
--code-c-line-number: rgba(255, 255, 255, 0.67);
}
[data-theme=light] div[class*=language-] pre {
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* Print */
}
@media print {
[data-theme=light] div[class*=language-] pre {
text-shadow: none;
}
}
[data-theme=light] div[class*=language-] pre ::selection {
background: rgba(29, 59, 83, 0.99);
text-shadow: none;
}
[data-theme=light] .token.comment,
[data-theme=light] .token.prolog,
[data-theme=light] .token.cdata {
color: #637777;
font-style: italic;
}
[data-theme=light] .token.punctuation {
color: #c792ea;
}
[data-theme=light] .namespace {
color: #b2ccd6;
}
[data-theme=light] .token.deleted {
color: rgba(239, 83, 80, 0.56);
font-style: italic;
}
[data-theme=light] .token.symbol,
[data-theme=light] .token.property {
color: #80cbc4;
}
[data-theme=light] .token.tag,
[data-theme=light] .token.operator,
[data-theme=light] .token.keyword {
color: #7fdbca;
}
[data-theme=light] .token.boolean {
color: #ff5874;
}
[data-theme=light] .token.number {
color: #f78c6c;
}
[data-theme=light] .token.constant,
[data-theme=light] .token.function,
[data-theme=light] .token.builtin,
[data-theme=light] .token.char {
color: #22b7c7;
}
[data-theme=light] .token.selector,
[data-theme=light] .token.doctype {
color: #c792ea;
font-style: italic;
}
[data-theme=light] .token.attr-name,
[data-theme=light] .token.inserted {
color: #addb67;
font-style: italic;
}
[data-theme=light] .token.string,
[data-theme=light] .token.url,
[data-theme=light] .token.entity,
[data-theme=light] .language-css .token.string,
[data-theme=light] .style .token.string {
color: #addb67;
}
[data-theme=light] .token.class-name,
[data-theme=light] .token.atrule,
[data-theme=light] .token.attr-value {
color: #ffcb8b;
}
[data-theme=light] .token.regex,
[data-theme=light] .token.important,
[data-theme=light] .token.variable {
color: #d6deeb;
}
[data-theme=light] .token.important,
[data-theme=light] .token.bold {
font-weight: bold;
}
[data-theme=light] .token.italic {
font-style: italic;
}