89 lines
2.5 KiB
CSS
89 lines
2.5 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-forest.css
|
|
*/
|
|
[data-theme=dark] {
|
|
--code-c-text: #687d68;
|
|
--code-c-bg: #2a2d2a;
|
|
--code-c-highlight-bg: #323b32;
|
|
--code-c-line-number: rgba(104, 125, 104, 0.67);
|
|
}
|
|
[data-theme=dark] div[class*=language-] pre ::selection {
|
|
background: #435643;
|
|
}
|
|
[data-theme=dark] .token.comment,
|
|
[data-theme=dark] .token.prolog,
|
|
[data-theme=dark] .token.doctype,
|
|
[data-theme=dark] .token.cdata {
|
|
color: #535f53;
|
|
}
|
|
[data-theme=dark] .token.punctuation {
|
|
color: #535f53;
|
|
}
|
|
[data-theme=dark] .token.namespace {
|
|
opacity: 0.7;
|
|
}
|
|
[data-theme=dark] .token.tag,
|
|
[data-theme=dark] .token.operator,
|
|
[data-theme=dark] .token.number {
|
|
color: #a2b34d;
|
|
}
|
|
[data-theme=dark] .token.property,
|
|
[data-theme=dark] .token.function {
|
|
color: #687d68;
|
|
}
|
|
[data-theme=dark] .token.tag-id,
|
|
[data-theme=dark] .token.selector,
|
|
[data-theme=dark] .token.atrule-id {
|
|
color: #f0fff0;
|
|
}
|
|
[data-theme=dark] .language-javascript,
|
|
[data-theme=dark] .token.attr-name {
|
|
color: #b3d6b3;
|
|
}
|
|
[data-theme=dark] .language-css,
|
|
[data-theme=dark] .language-scss,
|
|
[data-theme=dark] .token.boolean,
|
|
[data-theme=dark] .token.string,
|
|
[data-theme=dark] .token.entity,
|
|
[data-theme=dark] .token.url,
|
|
[data-theme=dark] .language-css .token.string,
|
|
[data-theme=dark] .language-scss .token.string,
|
|
[data-theme=dark] .style .token.string,
|
|
[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,
|
|
[data-theme=dark] .token.statement,
|
|
[data-theme=dark] .token.regex,
|
|
[data-theme=dark] .token.atrule {
|
|
color: #e5fb79;
|
|
}
|
|
[data-theme=dark] .token.placeholder,
|
|
[data-theme=dark] .token.variable {
|
|
color: #e5fb79;
|
|
}
|
|
[data-theme=dark] .token.deleted {
|
|
text-decoration: line-through;
|
|
}
|
|
[data-theme=dark] .token.inserted {
|
|
border-bottom: 1px dotted #f0fff0;
|
|
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: #b3d6b3;
|
|
}
|
|
[data-theme=dark] .token.entity {
|
|
cursor: help;
|
|
} |