A port of the popular VSCode theme Night Owl by Sarah Drasner to prism.
npm install --save prism-theme-night-owl
import "prism-theme-night-owl";
or
<link
href="https://unpkg.com/[email protected]/build/style.css"
rel="stylesheet"
/>
import "prism-theme-night-owl/build/no-italics.css";
<link
href="https://unpkg.com/[email protected]/build/no-italics.css"
rel="stylesheet"
/>
import "prism-theme-night-owl/build/light.css";
<link
href="https://unpkg.com/[email protected]/build/light.css"
rel="stylesheet"
/>
import "prism-theme-night-owl/build/light-no-italics.css";
<link
href="https://unpkg.com/[email protected]/build/light-no-italics.css"
rel="stylesheet"
/>
MIT License, see the included License.md file.