1.0.0 • Published 9 years ago

redux-devtools-themes v1.0.0

Weekly downloads
47,699
License
MIT
Repository
github
Last release
9 years ago

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. However, there is an additional nicinabox theme designed by Nic Aitch 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

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

@marketmuse/redux-devtools-inspector@osener/redux-devtools-log-monitorredux-devtools-inspector-maintained@infinitebrahmanuniverse/nolb-redux-d@everything-registry/sub-chunk-2638gridiron-exampledevuimatterway-devuimatterway-redux-slider-monitormessaging-modulereact-hatchreact-native-log-monitorreact-native-redux-devtoolsreact-redux-idle-monitorreact-pinremotedev-appremotedev-app-sliderremotedev-inspector-monitorremotedev-inspector-monitor-support-navigatiomremotedev-uiredux-grid-exampleredux-slider-monitorredux-slider-monitor-15redux-slider-monitor-ie8redux-devtools-log-monitorredux-devtools-log-monitor-consoleredux-devtools-log-monitor-filterableredux-devtools-log-monitor-filtrableredux-devtools-log-monitor-ie8redux-devtools-log-monitor-no-peersredux-devtools-log-monitor-windowredux-devtools-profiler-monitorredux-devtools-slider-monitorredux-devtools-trace-monitorredux-devtools-chart-monitorredux-devtools-chart-monitor-15redux-devtools-chart-monitor-immutableredux-devtools-chart-monitor-immutable-fixredux-devtools-chart-monitor-modernredux-devtools-clipboardredux-devtools-filterable-log-monitorredux-devtools-grid-monitorredux-devtools-inspectorredux-devtools-inspector-ie8redux-devtools-inspector2redux-devtools-dispatchredux-devtools-dispatch-ie8redux-devtools-inspector-check-type-fixredux-inspector-monitorredux-remote-monitorredux-trazorredux-tracerredux-webpack-boilerplate@aikoven/remotedev-app@scion-scxml/redux-devtools-scion-monitor@hex13/redux-devtools-log-monitor@minedeljkovic/redux-devtools-inspector@minedeljkovic/redux-devtools-log-monitor
1.0.0

9 years ago