/* * 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-space.css */ [data-theme=light] { --code-c-text: #767693; --code-c-bg: #24242e; --code-c-highlight-bg: #2b2b3c; --code-c-line-number: rgba(118, 118, 147, 0.67); } [data-theme=light] div[class*=language-] pre ::selection { background: #5151e6; } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #5b5b76; } [data-theme=light] .token.punctuation { color: #5b5b76; } [data-theme=light] .token.namespace { opacity: 0.7; } [data-theme=light] .token.tag, [data-theme=light] .token.operator, [data-theme=light] .token.number { color: #dd672c; } [data-theme=light] .token.property, [data-theme=light] .token.function { color: #767693; } [data-theme=light] .token.tag-id, [data-theme=light] .token.selector, [data-theme=light] .token.atrule-id { color: #ebebff; } [data-theme=light] .language-javascript, [data-theme=light] .token.attr-name { color: #aaaaca; } [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: #fe8c52; } [data-theme=light] .token.placeholder, [data-theme=light] .token.variable { color: #fe8c52; } [data-theme=light] .token.deleted { text-decoration: line-through; } [data-theme=light] .token.inserted { border-bottom: 1px dotted #ebebff; 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: #aaaaca; } [data-theme=light] .token.entity { cursor: help; }