All Projects → SaraVieira → prism-theme-night-owl

SaraVieira / prism-theme-night-owl

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

Programming Languages

CSS
56736 projects
HTML
75241 projects

prism-theme-night-owl

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

Example shots

JS

JS Example

JSON

JS Example

CSS

JS Example

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].