devtools-themes
v0.0.1
Published
Shared Devtools Themes
Downloads
4
Readme
DevTools Themes
A library for sharing devtools themes: Chrome, Firefox, Dracula, One Dark, and many more

Usage
CSS in JS
import themes from "devtools-themes";
const theme = themes.oneDark;
console.log(theme.special00)Stylesheet Loading
import * from "devtools-themes/themes.css"