1.0.0 • Published 4 years ago

hljs-alabaster v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Alabaster 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.

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 as a dependency:

npm install hljs-alabaster

And directly import it in your CSS:

@import 'hljs-alabaster';