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-earth.css
|
|
*/
|
|
[data-theme=light] {
|
|
--code-c-text: #88786d;
|
|
--code-c-bg: #322d29;
|
|
--code-c-highlight-bg: #403730;
|
|
--code-c-line-number: rgba(136, 120, 109, 0.67);
|
|
}
|
|
[data-theme=light] div[class*=language-] pre ::selection {
|
|
background: #6f5849;
|
|
}
|
|
[data-theme=light] .token.comment,
|
|
[data-theme=light] .token.prolog,
|
|
[data-theme=light] .token.doctype,
|
|
[data-theme=light] .token.cdata {
|
|
color: #6a5f58;
|
|
}
|
|
[data-theme=light] .token.punctuation {
|
|
color: #6a5f58;
|
|
}
|
|
[data-theme=light] .token.namespace {
|
|
opacity: 0.7;
|
|
}
|
|
[data-theme=light] .token.tag,
|
|
[data-theme=light] .token.operator,
|
|
[data-theme=light] .token.number {
|
|
color: #bfa05a;
|
|
}
|
|
[data-theme=light] .token.property,
|
|
[data-theme=light] .token.function {
|
|
color: #88786d;
|
|
}
|
|
[data-theme=light] .token.tag-id,
|
|
[data-theme=light] .token.selector,
|
|
[data-theme=light] .token.atrule-id {
|
|
color: #fff3eb;
|
|
}
|
|
[data-theme=light] .language-javascript,
|
|
[data-theme=light] .token.attr-name {
|
|
color: #a48774;
|
|
}
|
|
[data-theme=light] .language-css,
|
|
[data-theme=light] .language-scss,
|
|
[data-theme=light] .token.boolean,
|
|
[data-theme=light] .token.string,
|
|
[data-theme=light] .token.entity,
|
|
[data-theme=light] .token.url,
|
|
[data-theme=light] .language-css .token.string,
|
|
[data-theme=light] .language-scss .token.string,
|
|
[data-theme=light] .style .token.string,
|
|
[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,
|
|
[data-theme=light] .token.statement,
|
|
[data-theme=light] .token.regex,
|
|
[data-theme=light] .token.atrule {
|
|
color: #fcc440;
|
|
}
|
|
[data-theme=light] .token.placeholder,
|
|
[data-theme=light] .token.variable {
|
|
color: #fcc440;
|
|
}
|
|
[data-theme=light] .token.deleted {
|
|
text-decoration: line-through;
|
|
}
|
|
[data-theme=light] .token.inserted {
|
|
border-bottom: 1px dotted #fff3eb;
|
|
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: #a48774;
|
|
}
|
|
[data-theme=light] .token.entity {
|
|
cursor: help;
|
|
} |