/** * Dracula Theme originally by Zeno Rocha [@zenorocha] * https://draculatheme.com/ * * Ported for PrismJS by Albert Vallverdu [@byverdu] * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-dracula.css */ [data-theme=light] { --code-c-text: #f8f8f2; --code-c-bg: #282a36; --code-c-highlight-bg: #2e3244; --code-c-line-number: rgba(248, 248, 242, 0.67); } [data-theme=light] div[class*=language-] pre { text-shadow: 0 1px rgba(0, 0, 0, 0.3); } @media print { [data-theme=light] div[class*=language-] pre { text-shadow: none; } } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.doctype, [data-theme=light] .token.cdata { color: #6272a4; } [data-theme=light] .token.punctuation { color: #f8f8f2; } [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: #ff79c6; } [data-theme=light] .token.boolean, [data-theme=light] .token.number { color: #bd93f9; } [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: #50fa7b; } [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: #f8f8f2; } [data-theme=light] .token.atrule, [data-theme=light] .token.attr-value, [data-theme=light] .token.function, [data-theme=light] .token.class-name { color: #f1fa8c; } [data-theme=light] .token.keyword { color: #8be9fd; } [data-theme=light] .token.regex, [data-theme=light] .token.important { color: #ffb86c; } [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; }