Skip to content

winneon/hypersixteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.