# base16

> Base16 themes as JS objects

Latest version **1.0.0** (published 2015-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install base16
pnpm add base16
yarn add base16
bun add base16
```

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-09-24 |
| First published | 2015-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/base16) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Author | Dan Abramov |
| Maintainers | gaearon |
| Keywords | base16, color schemes |

## Links

- npm: https://www.npmjs.com/package/base16
- Repository: https://github.com/gaearon/base16-js
- Issues: https://github.com/gaearon/base16-js/issues
- npm.io page: https://npm.io/package/base16

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-09-24

## README

# base16-js

[Base16](https://github.com/chriskempson/base16) color schemes as JS objects.

## Installation

```
npm install --save base16
```

## Usage

```js
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](https://github.com/chriskempson/base16-builder/tree/master/schemes).

## Credits

All credits go to [Chris Kempson](https://github.com/chriskempson) and theme authors. This repository is just a JS mirror of [base16-builder schemes](https://github.com/chriskempson/base16-builder/tree/master/schemes).

The original work in creating JS counterparts was performed by [@dzannotti](https://github.com/dzannotti) as part of his work on [Redux DevTools](https://github.com/gaearon/redux-devtools). All I did was extract them into a separate repository.

---
_Source: https://npm.io/package/base16 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
