recoil-devtools-themes
v0.2.0
Published
Color themes for Recoil DevTools monitors
Downloads
730
Readme
Recoil DevTools Themes
A repository of different color schemes for Recoil DevTools monitors. Any Recoil DevTools monitor can use these.
Currently, most of these are Base16 themes. However, there is an additional ulises-jeremias
theme designed by Nic Aitch for Redux DevTools and ported by Ulises Jeremias for Recoil DevTools. In the future, we might want to remove some of the themes that don’t work with Recoil DevTools well, or add more custom themes, so that’s the justification for a separate package.
Installation
yarn add recoil-devtools-themes
Usage
import * as themes from 'recoil-devtools-themes';
// somewhere in your monitor component
const colors = themes[this.props.theme];
return <div style={{ color: colors.base00 }}>...</div>;
License
MIT