Obsidian Dark theme for Chrome Developer Tools
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
- Download & install NodeJS
- Install Stylus
npm install stylus -g
- Compile to css
stylus < Custom.styl > path/to/Custom.css