A Yeoman Generator that provides a functional boilerplate to easily create custom Chrome DevTools Themes via Chrome Extensions.
More info at Chromium Issue #318566.
-
Install using NPM:
$ [sudo] npm install -g generator-devtools-theme
-
Scaffold your new project:
$ yo devtools-theme
-
Start writing your custom Chrome DevTools Theme.
-
Publish it on Chrome Web Store!
Attention: The ability of using custom Chrome DevTools Themes is only available in Chrome Canary for now.
- Enable DevTools experiments in
chrome://flags/#enable-devtools-experiments
. - Open DevTools > Settings > Experiments > Allow UI themes.
Now you are able to use any custom Chrome DevTools Theme via Chrome Extension.
The basic structure of the project is given in the following way.
.
├── .editorconfig
├── devtools.html
├── devtools.js
└── styles.css
For detailed changelog, see Releases.
MIT License © Zeno Rocha