hljs-alabaster-dark
v1.0.0
Published
Alabaster Dark Theme for Highlight.js
Maintainers
Readme

Alabaster Dark Theme for Highlight.js
Most color themes highlight everything they can, ending up looking like a fireworks show.
Instead, Alabaster uses minimal highlighting. See original motivation statement.
Demo
- Download and extract this repository.
- Open
index.htmlin your browser.
Usage
Simplest way
Download theme file and put it wherever you need.
Advanced setup
If your build system supports importing CSS files from node_modules, you can install hljs-alabaster-dark as a dependency:
npm install hljs-alabaster-darkAnd directly import it in your CSS:
@import 'hljs-alabaster-dark';