fleet-docs/node_modules/base16
divya-mohan0209 9de94a264c Initial commit 2022-09-22 09:54:31 +05:30
..
lib Initial commit 2022-09-22 09:54:31 +05:30
src Initial commit 2022-09-22 09:54:31 +05:30
.babelrc Initial commit 2022-09-22 09:54:31 +05:30
.eslintignore Initial commit 2022-09-22 09:54:31 +05:30
.eslintrc Initial commit 2022-09-22 09:54:31 +05:30
.npmignore Initial commit 2022-09-22 09:54:31 +05:30
LICENSE.md Initial commit 2022-09-22 09:54:31 +05:30
README.md Initial commit 2022-09-22 09:54:31 +05:30
package.json Initial commit 2022-09-22 09:54:31 +05:30

README.md

base16-js

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

Credits

All credits go to Chris Kempson and theme authors. This repository is just a JS mirror of base16-builder schemes.

The original work in creating JS counterparts was performed by @dzannotti as part of his work on Redux DevTools. All I did was extract them into a separate repository.