Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Unofficial Prism.js theme based on the Nord Light VSCode theme
https://github.com/dtrifuno/nord-light-prism-theme

Last synced: about 2 months ago
JSON representation

Unofficial Prism.js theme based on the Nord Light VSCode theme

Awesome Lists containing this project

README

        

# Nord Light Prism Theme

An unofficial theme for the [Prism.js syntax highlighting library](https://prismjs.com/) based on the [Nord Light VS Code theme](https://github.com/huytd/vscode-nord-light).

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

```html

```

to the `` section of your HTML, or,

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

in your main CSS file.

## Preview

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

## License

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