Quantcast
Channel: Mohsen's Blog » admin
Viewing all articles
Browse latest Browse all 10

Chrome Developer Tools Dark Theme

$
0
0

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.


Viewing all articles
Browse latest Browse all 10

Trending Articles