Skip to content

BernieCr/chrome-devtools-dark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome DevTools Dark Theme

Screenshot 1


Installation


Build Instructions

To customize this theme you can edit the CSS (SASS) by yourself:

  • run npm install. Make sure you have at least node.js v4 installed.
  • Install Gulp globally if you haven't done that yet: npm install --global gulp-cli
  • modify the .scss under src/ to your preference
  • compile the .scss to dist/theme.css by running gulp generate.css
  • In dist/devtools.js, comment out line 9: var theStyle = ':host-context(.platform-mac) .mo [...]. Now the theme.css file gets loaded dynamically.
  • Load the extension locally in Chrome: go to chrome://extensions/, enable 'Developer Mode', click 'Load unpacked extension' and load it (select the dist/ folder).
  • To style the DevTools, you can actually inspect the DevTools window itself! Make sure the DevTools are undocked, e.g. they are in a seperate window, then press Cmd+Option+I and another DevTools window opens.

Credits

The CSS for this theme is based on the DevTools Author themes:
https://github.com/micjamking/devtools-author

About

Dark theme for Chrome DevTools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •