Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dtrifuno/nord-light-prism-theme
- Owner: dtrifuno
- License: mit
- Created: 2023-11-01T14:41:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:29:58.000Z (about 1 year ago)
- Last Synced: 2024-10-19T10:05:26.164Z (3 months ago)
- Language: CSS
- Size: 19.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 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 ).