/** * MIT License * Copyright (c) 2021 Ayush Saini * Holi Theme for prism.js * @author Ayush Saini <@AyushCodes on Twitter> * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-holi-theme.css */ [data-theme=dark] { --code-c-text: #d6e7ff; --code-c-bg: #2a4555; --code-c-highlight-bg: #2e5064; --code-c-line-number: rgba(214, 231, 255, 0.67); } [data-theme=dark] div[class*=language-] pre ::selection { background: #1d3b54; color: inherit; text-shadow: none; } [data-theme=dark] .token.comment, [data-theme=dark] .token.prolog, [data-theme=dark] .token.doctype, [data-theme=dark] .token.cdata { color: #446e69; } [data-theme=dark] .token.punctuation { color: #d6b007; } [data-theme=dark] .token.property, [data-theme=dark] .token.tag, [data-theme=dark] .token.boolean, [data-theme=dark] .token.number, [data-theme=dark] .token.constant, [data-theme=dark] .token.symbol, [data-theme=dark] .token.deleted { color: #d6e7ff; } [data-theme=dark] .token.selector, [data-theme=dark] .token.attr-name, [data-theme=dark] .token.builtin, [data-theme=dark] .token.inserted { color: #e60067; } [data-theme=dark] .token.string, [data-theme=dark] .token.char { color: #49c6ec; } [data-theme=dark] .token.operator, [data-theme=dark] .token.entity, [data-theme=dark] .token.url, [data-theme=dark] .language-css .token.string, [data-theme=dark] .style .token.string { background: transparent; color: #ec8e01; } [data-theme=dark] .token.atrule, [data-theme=dark] .token.attr-value, [data-theme=dark] .token.keyword { color: #0fe468; } [data-theme=dark] .token.function, [data-theme=dark] .token.class-name { color: #78f3e9; } [data-theme=dark] .token.regex, [data-theme=dark] .token.important, [data-theme=dark] .token.variable { color: #d6e7ff; }