Skip to content

Briles/Base16Mixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io

Base16 Mixer

Mix colors from two Base16 Color Schemes

Usage

b16m(scheme1Name=Default, scheme2Name=Default, [asYaml=false])

Arguments:

  • scheme1Name: The name of the first base16 scheme to mix
  • scheme2Name: The name of the second base16 scheme to mix
  • asYaml: When set to true, returns the mixed scheme as YAML

Command Line

index.js <scheme 1 name> <scheme 2 name>

Mixed schemes are automatically written to the current directory

Run batch.js to mix all the base16 schemes and write the mixed schemes to an output directory (results in 1275 schemes)

In JavaScript

  var b16m = require('./b16m.js');

  var mixed = b16m('Default', 'Monokai');

Releases

No releases published

Packages

No packages published