# redux-devtools-themes

> Color themes for Redux DevTools monitors

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

## Install

```sh
npm install redux-devtools-themes
pnpm add redux-devtools-themes
yarn add redux-devtools-themes
bun add redux-devtools-themes
```

## 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/redux-devtools-themes) |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 35 |
| Author | Dan Abramov |
| Maintainers | gaearon |
| Keywords | base16, color schemes |

## Links

- npm: https://www.npmjs.com/package/redux-devtools-themes
- Repository: https://github.com/gaearon/redux-devtools-themes
- Issues: https://github.com/gaearon/redux-devtools-themes/issues
- npm.io page: https://npm.io/package/redux-devtools-themes

## Dependencies (1)

- [base16](https://npm.io/package/base16.md) ^1.0.0

## 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

# Redux DevTools Themes

A repository of different color schemes for Redux DevTools monitors. Any Redux DevTools monitor can use these.

Currently, most of these are [Base16 themes](https://github.com/gaearon/base16-js). However, there is an additional `nicinabox` theme designed by [Nic Aitch](http://nicinabox.com/) specifically for Redux DevTools. In the future, we might want to remove some of the themes that don’t work with Redux DevTools well, or add more custom themes, so that’s the justification for a separate package.

## Installation

```
npm install --save redux-devtools-themes
```

## Usage

```js
import * as themes from 'redux-devtools-themes';

// somewhere in your monitor component
const colors = themes[this.props.theme];
return <div style={{ color: colors.base00 }}>...</div>;
```

## License

MIT

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