Skip to content

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

Notifications You must be signed in to change notification settings

kripod/prism-theme-night-owl

 
 

Repository files navigation

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/prism-theme-night-owl@1.4.0/build/style.css"
  rel="stylesheet"
/>

No italics version

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

Light version

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

Light no italics version

import "prism-theme-night-owl/build/light-no-italics.css";
<link
  href="https://unpkg.com/prism-theme-night-owl@1.4.0/build/light-no-italics.css"
  rel="stylesheet"
/>

MIT License, see the included License.md file.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 95.1%
  • HTML 4.9%