Question

Is possible to change Chrome's Sources tab background color? I found this article, it explains how to give a custom skin to Chrome's inspector through a css file, but it doesn't work for the Sources tab (Elements and Console work very well though, as you can see from the screenshot)

enter image description here

Thanks

Was it helpful?

Solution

Some themes don't change Sources tab color. Different themes, different styles. Try to use something else. I would recommend these ones (all of them change Sources tab background color):

MNML: https://github.com/frontdevde/mnml-devtools-theme/blob/master/Custom.css enter image description here Ruby Blue: https://github.com/chrisbateman/ChromeDevToolsTheme-RubyBlue/blob/master/Custom.css enter image description here Tomorrow: https://gist.github.com/bentruyman/1163300 enter image description here

Do the same steps, but use one of Custome.css files I mentioned above.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top