Your favorite color schemes now in highlight-js 🎨
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/neko-night/highlightjs.git
1. Copy nekonight.css to your desired directory.
2. Include the theme in your html. <link rel="stylesheet" href="nekonight.css">
In the end, your page should look something like this:
<link rel="stylesheet" href="nekonight.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<pre><code class="javascript">
// Scary function
function scare(who) {
console.log(who, 'Hello dear');
}
</code></pre>
