0.0.1 • Published 8 years ago
devtools-themes v0.0.1
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"0.0.1
8 years ago