0.1.0 • Published 6 months ago

nord-light-prism-theme v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Nord Light Prism Theme

An unofficial theme for the Prism.js syntax highlighting library based on the Nord Light VS Code theme.

Usage

To use the theme, copy the prism-nord-light.css file and include it on your page as you would any other CSS file. For example, you can add

<link href="style/prism-nord-light.css" rel="stylesheet" />

to the <head> section of your HTML, or,

@import "/style/prism-nord-light.css";

in your main CSS file.

Preview

npm.io

License

Licensed under the MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT).