prism-theme-night-owl

A port of the popular VSCode theme Night Owl by Sarah Drasner to prism.

Downloads
4.3K
Stars
83
Committers
8

prism-theme-night-owl

A port of the popular VSCode theme Night Owl by Sarah Drasner to prism.

Example shots

JS

JSON

CSS

Install

npm install --save prism-theme-night-owl

Usage

import "prism-theme-night-owl";

or

<link
  href="https://unpkg.com/[email protected]/build/style.css"
  rel="stylesheet"
/>

No italics version

import "prism-theme-night-owl/build/no-italics.css";
<link
  href="https://unpkg.com/[email protected]/build/no-italics.css"
  rel="stylesheet"
/>

Light version

import "prism-theme-night-owl/build/light.css";
<link
  href="https://unpkg.com/[email protected]/build/light.css"
  rel="stylesheet"
/>

Light no italics version

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.