winneon / hypersixteen

A base16 loader for Hyper.
https://www.npmjs.com/package/hypersixteen
Other
10 stars 2 forks source link
base16 hyper hyper-theme terminal

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.