- Notifications
You must be signed in to change notification settings - Fork7
Color themes for Redux DevTools monitors
License
NotificationsYou must be signed in to change notification settings
gaearon/redux-devtools-themes
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A repository of different color schemes for Redux DevTools monitors. Any Redux DevTools monitor can use these.
Currently, most of these areBase16 themes. However, there is an additionalnicinabox theme designed byNic 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.
npm install --save redux-devtools-themesimport*asthemesfrom'redux-devtools-themes';// somewhere in your monitor componentconstcolors=themes[this.props.theme];return<divstyle={{color:colors.base00}}>...</div>;
MIT
About
Color themes for Redux DevTools monitors
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.