Skip to content

neko-night/highlightjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

highlightjs

Your favorite color schemes now in highlight-js 🎨

Install

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 

Activating theme

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>

preview

line break

About

Your favorite color schemes now in highlight-js 🎨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages