{"_id":"redux-devtools-themes","_rev":"445017","name":"redux-devtools-themes","description":"Color themes for Redux DevTools monitors","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"gaearon","email":""}],"time":{"modified":"2021-08-05T06:44:06.000Z","created":"2015-09-24T16:29:00.165Z","1.0.0":"2015-09-24T16:29:00.165Z"},"users":{},"author":{"name":"Dan Abramov","email":"dan.abramov@me.com","url":"http://github.com/gaearon"},"repository":{"type":"git","url":"https://github.com/gaearon/redux-devtools-themes.git"},"versions":{"1.0.0":{"name":"redux-devtools-themes","version":"1.0.0","description":"Color themes for Redux DevTools monitors","main":"lib/index.js","jsnext:main":"src/index.js","scripts":{"clean":"rimraf lib","build":"babel src --out-dir lib","lint":"eslint src","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/gaearon/redux-devtools-themes.git"},"keywords":["base16","color schemes"],"author":{"name":"Dan Abramov","email":"dan.abramov@me.com","url":"http://github.com/gaearon"},"license":"MIT","bugs":{"url":"https://github.com/gaearon/redux-devtools-themes/issues"},"homepage":"https://github.com/gaearon/redux-devtools-themes","devDependencies":{"babel":"^5.5.8","babel-core":"^5.6.18","babel-eslint":"^3.1.15","eslint":"^0.23","eslint-config-airbnb":"0.0.6","eslint-plugin-react":"^2.3.0","rimraf":"^2.4.3"},"dependencies":{"base16":"^1.0.0"},"gitHead":"c29b91c08aa24be1aaf919cdfdd0b552ae932dc8","_id":"redux-devtools-themes@1.0.0","_shasum":"c482dce3c5373976045f40134907d9dcb3ae3d5d","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"gaearon","email":"dan.abramov@gmail.com"},"dist":{"shasum":"c482dce3c5373976045f40134907d9dcb3ae3d5d","size":2665,"noattachment":false,"key":"/redux-devtools-themes/-/redux-devtools-themes-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/redux-devtools-themes/download/redux-devtools-themes-1.0.0.tgz"},"maintainers":[{"name":"gaearon","email":""}],"directories":{},"publish_time":1443112140165,"_cnpm_publish_time":1443112140165,"_hasShrinkwrap":false}},"readme":"# Redux DevTools Themes\n\nA repository of different color schemes for Redux DevTools monitors. Any Redux DevTools monitor can use these.\n\nCurrently, 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.\n\n## Installation\n\n```\nnpm install --save redux-devtools-themes\n```\n\n## Usage\n\n```js\nimport * as themes from 'redux-devtools-themes';\n\n// somewhere in your monitor component\nconst colors = themes[this.props.theme];\nreturn <div style={{ color: colors.base00 }}>...</div>;\n```\n\n## License\n\nMIT","_attachments":{},"homepage":"https://github.com/gaearon/redux-devtools-themes","bugs":{"url":"https://github.com/gaearon/redux-devtools-themes/issues"},"license":"MIT"}