Skip to content

bobbykolev/chrome-devtools-zerodarkmatrix-theme

 
 

Repository files navigation

ZeroDarkMatrix Theme for Chrome

A highly customized dark theme for Google Chrome. There are 2 versions:

Custom.css Tested on Chrome Canary Channel v. 33.0.1706.0 canary

Custom-Stable.css Tested on Chrome Stable Channel v. 31.0.1650.57 m

About Chrome Canary

As of v.33.0.1706.0, Chrome Canary no longer supports custom stylesheets in the User Stylesheets directory.

@darcyclarke filed an issue to restore this functionality. Feel free to voice your opinions there.

In the interim, you can inject styles through the inspector's inspector.

Installation Instructions

There are two installation methods:

Rakefile

Requires you to have Ruby and Rake installed. Clone this repo and run rake.

This will install the theme on all profiles for both Stable & Canary. It will backup any existing one to Custom-backup.css prior to overwriting.

Copy/Paste

Pick from the snippets below.

Mac

Canary

curl -o ~/Library/Application\ Support/Google/Chrome\ Canary/Default/User\ StyleSheets/Custom.css https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom.css

Stable

curl -o ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom-Stable.css

PC (Windows Vista / 7 / 8)

Canary

powershell -Command "& {(new-object System.Net.WebClient).DownloadFile(""https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom.css""","""$env:APPDATA\..\Local\Google\Chrome SxS\User Data\Default\User StyleSheets\Custom.css""")}"

Stable

powershell -Command "& {(new-object System.Net.WebClient).DownloadFile(""https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom-Stable.css""","""$env:APPDATA\..\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css""")}"

PC (Windows XP)

Canary

powershell -Command "& {(new-object System.Net.WebClient).DownloadFile(""https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom.css""","""$env:APPDATA\Google\Chrome SxS\User Data\Default\User StyleSheets\Custom.css""")}"

Stable

powershell -Command "& {(new-object System.Net.WebClient).DownloadFile(""https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom-Stable.css""","""$env:APPDATA\Google\Chrome\User Data\Default\User StyleSheets\Custom.css""")}"

Ubuntu: (Chromium)

curl -o ~/.config/chromium/Default/User\ StyleSheets/Custom.css https://raw.github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/master/Custom.css

Code Highlighting

All code highlighting has been moved to the top of the stylesheet. Feel free to fork and customize to your liking.

Readability

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... readability Thanks to @orloxx for the suggestion.

Animations

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.

Preview

Elements

elements

elements2

Resources

resources

Network

network

network-headers

Sources

sources

CSS Highlighting

css-highlighting

JS Highlighting

js-highlighting

Console

console

Styles for Extensions

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.

livestyle

Features

  • 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

Credits

Simon's version also used samples from other templates so I will thank them as well!

About

A highly customized dark theme for Chrome

Resources

Stars

Watchers

Forks

Packages

No packages published