1.0.4 • Published 7 years ago

hypersixteen v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

hypersixteen

A base16 loader for Hyper.

npm.io

Installation

If you have hpm installed, then installing is very simple:

$ hpm install hypersixteen

If you do not, edit your .hyper.js configuration and add hypersixteen to the plugins array.

Configuration

hypersixteen defaults to base16's default scheme. To change the scheme, add a base16.scheme value into your .hyper.js configuration. You can also change individual base16 values (00, 01, 02, etc.) in the same fashion.

module.exports = {
  config: {
	...
    base16: {
      scheme: 'default' // scheme name
      base00: '#000000' // manually setting the base00 value to black
    }
    ...
  }
}

The available schemes are shown at the base16-builder repository.