A highly customized dark theme for Google Chrome. There are 2 versions:
Custom.css Tested on Chrome Canary Channel v. 31.0.1608.1 canary
Custom-Stable.css Tested on Chrome Stable Channel v. 29.0.1547.57 m m
All code highlighting has been moved to the top of the stylesheet. Feel free to fork and customize to your liking.
You can adjust the line height for the Elements/Sources Tab, Find, and Console interfaces. It's the first set of selectors in the stylesheet. More info... Thanks to @orloxx for the suggestion.
Animations may cause performance issues depending on the power of your machine. If you notice any issues, you can simply delete the animation section from the stylesheet.
Some extensions don't display well with this theme so I modified the css to improve the presentation. Copy the css file into its respective extension folder.
- Majority of inspector chrome re-styled
- Customized Scrollbars
- Animations for ** finding elements ** setting elements inactive ** elements/sources/network panels
- Subtle pulsating element selection
- Re-styled Popovers (PSD files included)
- Child element styling in elements panel
Copy Custom.css and paste in:
- Mac:
~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
- Ubuntu (Google Chrome):
~/.config/google-chrome/Default/User\ StyleSheets/Custom.css
- Ubuntu (Chromium):
~/.config/chromium/Default/User\ StyleSheets/Custom.css
- PC:
%APPDATA%\..\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
- PC (Windows XP):
C:\Documents and Settings\YourUsername\Local Settings\Application Data\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
- Style Timeline
- Style Profiles
- Style Audits
- Thanks to Simon Owen for the base styles. I used his So-Dark-Monokai-v3 as a starting point.
- CSS Tricks for the tutorial on customized scrollbars.
- Animate.css for some of the animations.
Simon's version also used samples from other templates so I will thank them as well!
- IR_Dark_Monokai - Designed and developed by Andres Pagella (@mapagella)
- Todd Werth's IR_Black
- toolbar code from Harris Novick
- Inspired by Darcy Clarke's blog post