Skip to content

findrakecil/hljs-alabaster-dark

 
 

Repository files navigation

Demo screenshot

Alabaster Dark Theme for Highlight.js

License NPM version

Most color themes highlight everything they can, ending up looking like a fireworks show.

Instead, Alabaster uses minimal highlighting. See original motivation statement.

Demo

  1. Download and extract this repository.
  2. Open index.html in 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-dark

And directly import it in your CSS:

@import 'hljs-alabaster-dark';

Credits

About

Alabaster dark theme for Highlight.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.9%
  • CSS 27.3%
  • JavaScript 9.8%