githubEdit

base16-js

Base16arrow-up-right color schemes as JS objects.

Installation

npm install --save base16

Usage

import { solarized } from 'base16';
console.log(solarized.base00); // #002b36

Contributing

No pull requests changing or adding the themes will be accepted unless they match the changes committed to base16-builderarrow-up-right.

Credits

All credits go to Chris Kempsonarrow-up-right and theme authors. This repository is just a JS mirror of base16-builder schemesarrow-up-right.

The original work in creating JS counterparts was performed by @dzannottiarrow-up-right as part of his work on Redux DevToolsarrow-up-right. All I did was extract them into a separate repository.

Last updated