An open API service indexing awesome lists of open source software.

https://github.com/dtrifuno/nord-prism-theme

Unofficial Prism.js theme based on the Nord color palette
https://github.com/dtrifuno/nord-prism-theme

Last synced: 3 months ago
JSON representation

Unofficial Prism.js theme based on the Nord color palette

Awesome Lists containing this project

README

        

# Nord Prism Theme

An unofficial theme for the [Prism.js syntax highlighting library](https://prismjs.com/) based on the [Nord color palette](https://www.nordtheme.com/).

## 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

```html

```

to the `` section of your HTML, or,

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

in your main CSS file.

## Preview

![](https://github.com/dtrifuno/nord-prism-theme/blob/main/demo.png?raw=true)

## License

Licensed under the MIT license ([LICENSE](https://raw.githubusercontent.com/dtrifuno/nord-prism-theme/main/LICENSE) or ).