/** * MIT License * Copyright (c) 2018 Sarah Drasner * Sarah Drasner's[@sdras] Night Owl * Ported by Sara vieria [@SaraVieira] * Added by Souvik Mandal [@SimpleIndian] * Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-night-owl.css */ [data-theme=light] { --code-c-text: #fff; --code-c-bg: #011627; --code-c-highlight-bg: #02233e; --code-c-line-number: rgba(255, 255, 255, 0.67); } [data-theme=light] div[class*=language-] pre ::selection { background: rgba(29, 59, 83, 0.99); } [data-theme=light] .token.comment, [data-theme=light] .token.prolog, [data-theme=light] .token.cdata { color: rgb(99, 119, 119); font-style: italic; } [data-theme=light] .token.punctuation { color: rgb(199, 146, 234); } [data-theme=light] .namespace { color: rgb(178, 204, 214); } [data-theme=light] .token.deleted { color: rgba(239, 83, 80, 0.56); font-style: italic; } [data-theme=light] .token.symbol, [data-theme=light] .token.property { color: rgb(128, 203, 196); } [data-theme=light] .token.tag, [data-theme=light] .token.operator, [data-theme=light] .token.keyword { color: rgb(127, 219, 202); } [data-theme=light] .token.boolean { color: rgb(255, 88, 116); } [data-theme=light] .token.number { color: rgb(247, 140, 108); } [data-theme=light] .token.constant, [data-theme=light] .token.function, [data-theme=light] .token.builtin, [data-theme=light] .token.char { color: rgb(130, 170, 255); } [data-theme=light] .token.selector, [data-theme=light] .token.doctype { color: rgb(199, 146, 234); font-style: italic; } [data-theme=light] .token.attr-name, [data-theme=light] .token.inserted { color: rgb(173, 219, 103); font-style: italic; } [data-theme=light] .token.string, [data-theme=light] .token.url, [data-theme=light] .token.entity, [data-theme=light] .language-css .token.string, [data-theme=light] .style .token.string { color: rgb(173, 219, 103); } [data-theme=light] .token.class-name, [data-theme=light] .token.atrule, [data-theme=light] .token.attr-value { color: rgb(255, 203, 139); } [data-theme=light] .token.regex, [data-theme=light] .token.important, [data-theme=light] .token.variable { color: rgb(214, 222, 235); } [data-theme=light] .token.important, [data-theme=light] .token.bold { font-weight: bold; } [data-theme=light] .token.italic { font-style: italic; }