recoil-devtools-themes
v1.2.0
Published
Color themes for Recoil DevTools monitors
Maintainers
Readme
Recoil DevTools Themes
Color themes for Recoil DevTools. Includes Base16 themes and custom themes.
Installation
pnpm add recoil-devtools-themesUsage
import * as themes from 'recoil-devtools-themes';
const colors = themes.ulisesjcf;Available Themes
apath,base8,base16,base16light,bespin,brewer,bright,chalkcodeschool,dracula,duotone,eighties,embedded,emacs,flatgithub,google,grayscale,greenscreen,harmonic,hopper,horizonice,inspired,irblack,lattice,lucario,material,mexico,monokainew,nord,ocean,one-light,outer,panda,paraiso,poprailscasts,recoil,rose,seti,shapeshifter,slate,solarizedspaceduck,spoon,sunburst,tomorrow,tomorrownight,tomorrownightbluetomorrownightbright,twilight,ulisesjcf,vascular,vice,xcode
Theme Format
interface Base16Theme {
scheme: string;
author: string;
base00: string; // Background
base01: string; // Selection
base02: string; // Comments
base03: string; // Dark comments
base04: string; // Medium comments
base05: string; // Light comments
base06: string; // Light text
base07: string; // Foreground
base08: string; // Red
base09: string; // Orange
base0A: string; // Yellow
base0B: string; // Green
base0C: string; // Cyan
base0D: string; // Blue
base0E: string; // Magenta
base0F: string; // Pink
}Demo
A live, runnable demo using all packages lives in recoil-devtools-demo/ (Vite + React 18). Run it locally:
cd recoil-devtools-demo && pnpm install && pnpm devOr try it online: https://ulises-jeremias.github.io/recoil-devtools/
