90 lines
2.3 KiB
CSS
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=dark] {
|
|
--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=dark] div[class*=language-] pre ::selection {
|
|
background: #dfe2f1;
|
|
}
|
|
[data-theme=dark] .token.comment,
|
|
[data-theme=dark] .token.prolog,
|
|
[data-theme=dark] .token.doctype,
|
|
[data-theme=dark] .token.cdata {
|
|
color: #898ea4;
|
|
}
|
|
[data-theme=dark] .token.punctuation {
|
|
color: #5e6687;
|
|
}
|
|
[data-theme=dark] .token.namespace {
|
|
opacity: 0.7;
|
|
}
|
|
[data-theme=dark] .token.operator,
|
|
[data-theme=dark] .token.boolean,
|
|
[data-theme=dark] .token.number {
|
|
color: #c76b29;
|
|
}
|
|
[data-theme=dark] .token.property {
|
|
color: #c08b30;
|
|
}
|
|
[data-theme=dark] .token.tag {
|
|
color: #3d8fd1;
|
|
}
|
|
[data-theme=dark] .token.string {
|
|
color: #22a2c9;
|
|
}
|
|
[data-theme=dark] .token.selector {
|
|
color: #6679cc;
|
|
}
|
|
[data-theme=dark] .token.attr-name {
|
|
color: #c76b29;
|
|
}
|
|
[data-theme=dark] .token.entity,
|
|
[data-theme=dark] .token.url,
|
|
[data-theme=dark] .language-css .token.string,
|
|
[data-theme=dark] .style .token.string {
|
|
color: #22a2c9;
|
|
}
|
|
[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 {
|
|
color: #ac9739;
|
|
}
|
|
[data-theme=dark] .token.statement,
|
|
[data-theme=dark] .token.regex,
|
|
[data-theme=dark] .token.atrule {
|
|
color: #22a2c9;
|
|
}
|
|
[data-theme=dark] .token.placeholder,
|
|
[data-theme=dark] .token.variable {
|
|
color: #3d8fd1;
|
|
}
|
|
[data-theme=dark] .token.deleted {
|
|
text-decoration: line-through;
|
|
}
|
|
[data-theme=dark] .token.inserted {
|
|
border-bottom: 1px dotted #202746;
|
|
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: #c94922;
|
|
}
|
|
[data-theme=dark] .token.entity {
|
|
cursor: help;
|
|
} |