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