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

90 lines
2.3 KiB
CSS

/*
* Name: Base16 Atelier Sulphurpool Light
* Author: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool)
* Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-base16-ateliersulphurpool.light.css
*/
[data-theme=light] {
--code-c-text: #5e6687;
--code-c-bg: #f5f7ff;
--code-c-highlight-bg: #dce3ff;
--code-c-line-number: rgba(94, 102, 135, 0.67);
}
[data-theme=light] div[class*=language-] pre ::selection {
background: #dfe2f1;
}
[data-theme=light] .token.comment,
[data-theme=light] .token.prolog,
[data-theme=light] .token.doctype,
[data-theme=light] .token.cdata {
color: #898ea4;
}
[data-theme=light] .token.punctuation {
color: #5e6687;
}
[data-theme=light] .token.namespace {
opacity: 0.7;
}
[data-theme=light] .token.operator,
[data-theme=light] .token.boolean,
[data-theme=light] .token.number {
color: #c76b29;
}
[data-theme=light] .token.property {
color: #c08b30;
}
[data-theme=light] .token.tag {
color: #3d8fd1;
}
[data-theme=light] .token.string {
color: #22a2c9;
}
[data-theme=light] .token.selector {
color: #6679cc;
}
[data-theme=light] .token.attr-name {
color: #c76b29;
}
[data-theme=light] .token.entity,
[data-theme=light] .token.url,
[data-theme=light] .language-css .token.string,
[data-theme=light] .style .token.string {
color: #22a2c9;
}
[data-theme=light] .token.attr-value,
[data-theme=light] .token.keyword,
[data-theme=light] .token.control,
[data-theme=light] .token.directive,
[data-theme=light] .token.unit {
color: #ac9739;
}
[data-theme=light] .token.statement,
[data-theme=light] .token.regex,
[data-theme=light] .token.atrule {
color: #22a2c9;
}
[data-theme=light] .token.placeholder,
[data-theme=light] .token.variable {
color: #3d8fd1;
}
[data-theme=light] .token.deleted {
text-decoration: line-through;
}
[data-theme=light] .token.inserted {
border-bottom: 1px dotted #202746;
text-decoration: none;
}
[data-theme=light] .token.italic {
font-style: italic;
}
[data-theme=light] .token.important,
[data-theme=light] .token.bold {
font-weight: bold;
}
[data-theme=light] .token.important {
color: #c94922;
}
[data-theme=light] .token.entity {
cursor: help;
}