/* * 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=light] { --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=light] div[class*=language-] pre ::selection { background: #435643; } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #535f53; } [data-theme=light] .token.punctuation { color: #535f53; } [data-theme=light] .token.namespace { opacity: 0.7; } [data-theme=light] .token.tag, [data-theme=light] .token.operator, [data-theme=light] .token.number { color: #a2b34d; } [data-theme=light] .token.property, [data-theme=light] .token.function { color: #687d68; } [data-theme=light] .token.tag-id, [data-theme=light] .token.selector, [data-theme=light] .token.atrule-id { color: #f0fff0; } [data-theme=light] .language-javascript, [data-theme=light] .token.attr-name { color: #b3d6b3; } [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: #e5fb79; } [data-theme=light] .token.placeholder, [data-theme=light] .token.variable { color: #e5fb79; } [data-theme=light] .token.deleted { text-decoration: line-through; } [data-theme=light] .token.inserted { border-bottom: 1px dotted #f0fff0; 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: #b3d6b3; } [data-theme=light] .token.entity { cursor: help; }