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
- Host: GitHub
- URL: https://github.com/dtrifuno/nord-prism-theme
- Owner: dtrifuno
- License: mit
- Created: 2023-11-01T14:20:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:29:21.000Z (over 1 year ago)
- Last Synced: 2025-01-17T01:08:25.413Z (4 months ago)
- Language: CSS
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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