Today I have developed a very nice dark theme for Chrome developer tools using CSS filter property. All I did was just adding -webkit-filter: invert(1);
to developer tools html tag and some tweaks to make everything looks good. It works very well and make every page in dev tools dark.
You can find code on Github and here are some screenshots.