SaraVieira / prism-theme-night-owl

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

Home Page:https://prism-theme-night-owl.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://prism-theme-night-owl.netlify.com/


Languages

Language:CSS 95.1%Language:HTML 4.9%