Skip to content

A personal implementation of the prism.js css for the Nord theme.

Notifications You must be signed in to change notification settings

GalenWong/nord-prism-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Nord for Prism.js

This is a personal implementation of the Nord theme for PrismJS. All credit goes to the original author.

The stylesheet is generated using http://k88hudson.github.io/syntax-highlighting-theme-generator/www

Quick Start

Download the prism-nord.css file in this repository. Include the stylesheet in your page, as suggested in the official documentation of PrismJS.

<!DOCTYPE html>
<html>
<head>
	<link href="themes/prism-nord.css" rel="stylesheet" />
</head>
<body>
	<script src="prism.js"></script>
</body>
</html>

Demo

prism nord demo

About

A personal implementation of the prism.js css for the Nord theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages