ioncreature / webkit-developer-tools-dark-theme

Dark theme for Chrome Developer Tools
27 stars 22 forks source link

webkit-developer-tools-dark-theme

Obsidian Dark theme for Chrome Developer Tools

How to install Obsidian theme into Chrome

Copy Custom.css into:

  ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
  %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
  ~/.config/chromium/Default/User StyleSheets/Custom.css

Build

  npm install stylus -g
  stylus < Custom.styl > path/to/Custom.css