0.0.1 • Published 7 years ago

devtools-themes v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

DevTools Themes

A library for sharing devtools themes: Chrome, Firefox, Dracula, One Dark, and many more

npm.io

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"