/* * Name: Duotone Light * Author: 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-morning-light.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-light.css */ [data-theme=light] { --code-c-text: #728fcb; --code-c-bg: #faf8f5; --code-c-highlight-bg: #f3ede3; --code-c-line-number: rgba(114, 143, 203, 0.67); } [data-theme=light] div[class*=language-] pre ::selection { background: #faf8f5; } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #b6ad9a; } [data-theme=light] .token.punctuation { color: #b6ad9a; } [data-theme=light] .token.namespace { opacity: 0.7; } [data-theme=light] .token.tag, [data-theme=light] .token.operator, [data-theme=light] .token.number { color: #063289; } [data-theme=light] .token.property, [data-theme=light] .token.function { color: #b29762; } [data-theme=light] .token.tag-id, [data-theme=light] .token.selector, [data-theme=light] .token.atrule-id { color: #2d2006; } [data-theme=light] .language-javascript, [data-theme=light] .token.attr-name { color: #896724; } [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: #728fcb; } [data-theme=light] .token.placeholder, [data-theme=light] .token.variable { color: #93abdc; } [data-theme=light] .token.deleted { text-decoration: line-through; } [data-theme=light] .token.inserted { border-bottom: 1px dotted #2d2006; 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: #896724; } [data-theme=light] .token.entity { cursor: help; }