/** * Nord Theme Originally by Arctic Ice Studio * https://nordtheme.com * * Ported for PrismJS by Zane Hitchcoxc (@zwhitchcox) and Gabriel Ramos (@gabrieluizramos) * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-nord.css */ [data-theme=light] { --code-c-text: #f8f8f2; --code-c-bg: #2e3440; --code-c-highlight-bg: #343d4e; --code-c-line-number: rgba(248, 248, 242, 0.67); } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #636f88; } [data-theme=light] .token.punctuation { color: #81a1c1; } [data-theme=light] .namespace { opacity: 0.7; } [data-theme=light] .token.property, [data-theme=light] .token.tag, [data-theme=light] .token.constant, [data-theme=light] .token.symbol, [data-theme=light] .token.deleted { color: #81a1c1; } [data-theme=light] .token.number { color: #b48ead; } [data-theme=light] .token.boolean { color: #81a1c1; } [data-theme=light] .token.selector, [data-theme=light] .token.attr-name, [data-theme=light] .token.string, [data-theme=light] .token.char, [data-theme=light] .token.builtin, [data-theme=light] .token.inserted { color: #a3be8c; } [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, [data-theme=light] .token.variable { color: #81a1c1; } [data-theme=light] .token.atrule, [data-theme=light] .token.attr-value, [data-theme=light] .token.function, [data-theme=light] .token.class-name { color: #88c0d0; } [data-theme=light] .token.keyword { color: #81a1c1; } [data-theme=light] .token.regex, [data-theme=light] .token.important { color: #ebcb8b; } [data-theme=light] .token.important, [data-theme=light] .token.bold { font-weight: bold; } [data-theme=light] .token.italic { font-style: italic; } [data-theme=light] .token.entity { cursor: help; }