/** * Pojoaque Style by Jason Tate * http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html * Based on Solarized Style from http://ethanschoonover.com/solarized * http://softwaremaniacs.org/media/soft/highlight/test.html * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-pojoaque.css */ [data-theme=light] { --code-c-text: #dccf8f; --code-c-bg: #181914; --code-c-highlight-bg: #25271d; --code-c-line-number: rgba(220, 207, 143, 0.67); } [data-theme=light] .token.namespace { opacity: 0.7; } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #586e75; font-style: italic; } [data-theme=light] .token.number, [data-theme=light] .token.string, [data-theme=light] .token.char, [data-theme=light] .token.builtin, [data-theme=light] .token.inserted { color: #468966; } [data-theme=light] .token.attr-name { color: #b89859; } [data-theme=light] .token.operator, [data-theme=light] .token.entity, [data-theme=light] .token.url, [data-theme=light] .language-css .token.string, [data-theme=light] .style .token.string { color: #dccf8f; } [data-theme=light] .token.selector, [data-theme=light] .token.regex { color: #859900; } [data-theme=light] .token.atrule, [data-theme=light] .token.keyword { color: #cb4b16; } [data-theme=light] .token.attr-value { color: #468966; } [data-theme=light] .token.function, [data-theme=light] .token.variable, [data-theme=light] .token.placeholder { color: #b58900; } [data-theme=light] .token.property, [data-theme=light] .token.tag, [data-theme=light] .token.boolean, [data-theme=light] .token.number, [data-theme=light] .token.constant, [data-theme=light] .token.symbol { color: #b89859; } [data-theme=light] .token.tag { color: #ffb03b; } [data-theme=light] .token.important, [data-theme=light] .token.statement, [data-theme=light] .token.deleted { color: #dc322f; } [data-theme=light] .token.punctuation { color: #dccf8f; } [data-theme=light] .token.entity { cursor: help; } [data-theme=light] .token.bold { font-weight: bold; } [data-theme=light] .token.italic { font-style: italic; }