A Chrome DevTools theme based on @kkga's Sublime Text theme, Spacegray.
Chromegray is built on LESS. Grunt is used to listen for changes to LESS files and generates CSS. This means Node is required.
- Clone this repo:
git clone https://github.com/karelvuong/devtools-chromegray--dark.git
. - Install dependencies:
npm install
. - To use an existing theme:
grunt
. (If you're going to work on your own theme:grunt watch
to listen for changes). Chrome > Preferences... > Extensions > DevTools Theme: Zero Dark Matrix = Enabled
(also enableAllow incognito
below if you wish).- chrome://flags (make sure
Enable Developer Tools experiments
is enabled). - In Chome Dev Tools > Settings (cog icon or
Shift+?
) > Experiments > Allow custom UI themes. - Sometimes it's required to close and reopen the dev tools.
All template files are located in the /less
directory. Files beginning with an _
indicate template partials. They are imported via build.less
. Any addition/removal of template partials should be reflected in the build file.