webkit-developer-tools-dark-theme
webkit-developer-tools-dark-theme copied to clipboard
Dark theme for Chrome Developer Tools
webkit-developer-tools-dark-theme
Obsidian Dark theme for Chrome Developer Tools
How to install Obsidian theme into Chrome
Copy Custom.css into:
- Mac OSX
~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
- Windows
%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
- Ubuntu
~/.config/chromium/Default/User StyleSheets/Custom.css
Build
- Download & install NodeJS
- Install Stylus
npm install stylus -g
- Compile to css
stylus < Custom.styl > path/to/Custom.css