JSPM

nord-prism-theme

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q14147F
  • License MIT

An unofficial theme for the Prism syntax highlighting library based on the Nord color palette.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nord-prism-theme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Nord Prism Theme

    An unofficial theme for the Prism.js syntax highlighting library based on the Nord color palette.

    Usage

    To use the theme, copy the prism-nord.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.css" rel="stylesheet" />

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

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

    in your main CSS file.

    Preview

    License

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