hypersixteen

1.0.4 • Public • Published

hypersixteen

A base16 loader for Hyper.

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.

Package Sidebar

Install

npm i hypersixteen

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • winneon