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

73 lines
1.8 KiB
CSS

/**
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/chriskempson/tomorrow-theme
* @author Rose Pritchard
*/
[data-theme=light] {
--code-c-text: #ccc;
--code-c-bg: #2d2d2d;
--code-c-highlight-bg: #3a3535;
--code-c-line-number: rgba(204, 204, 204, 0.67);
}
[data-theme=light] .token.comment,
[data-theme=light] .token.block-comment,
[data-theme=light] .token.prolog,
[data-theme=light] .token.doctype,
[data-theme=light] .token.cdata {
color: #999;
}
[data-theme=light] .token.punctuation {
color: #ccc;
}
[data-theme=light] .token.tag,
[data-theme=light] .token.attr-name,
[data-theme=light] .token.namespace,
[data-theme=light] .token.deleted {
color: #e2777a;
}
[data-theme=light] .token.function-name {
color: #6196cc;
}
[data-theme=light] .token.boolean,
[data-theme=light] .token.number,
[data-theme=light] .token.function {
color: #f08d49;
}
[data-theme=light] .token.property,
[data-theme=light] .token.class-name,
[data-theme=light] .token.constant,
[data-theme=light] .token.symbol {
color: #f8c555;
}
[data-theme=light] .token.selector,
[data-theme=light] .token.important,
[data-theme=light] .token.atrule,
[data-theme=light] .token.keyword,
[data-theme=light] .token.builtin {
color: #cc99cd;
}
[data-theme=light] .token.string,
[data-theme=light] .token.char,
[data-theme=light] .token.attr-value,
[data-theme=light] .token.regex,
[data-theme=light] .token.variable {
color: #7ec699;
}
[data-theme=light] .token.operator,
[data-theme=light] .token.entity,
[data-theme=light] .token.url {
color: #67cdcc;
}
[data-theme=light] .token.important,
[data-theme=light] .token.bold {
font-weight: bold;
}
[data-theme=light] .token.italic {
font-style: italic;
}
[data-theme=light] .token.entity {
cursor: help;
}
[data-theme=light] .token.inserted {
color: #008000;
}