An open API service indexing awesome lists of open source software.

https://github.com/simonsmith/darkdev

A theme for Chrome Developer Tools
https://github.com/simonsmith/darkdev

Last synced: 3 months ago
JSON representation

A theme for Chrome Developer Tools

Awesome Lists containing this project

README

          

# DarkDev
A dark theme for Chrome Developer Tools loosely inspired by Pastels on Dark. Modifies the source code (elements, resources), Console and other smaller tweaks.

Tested on PC and Mac.

Have plans to convert the other panes at some point.
Let me know if you find issues with it

## Installation
Simply override `Custom.css` in the `User Stylesheets` directory:

**Mac:** `~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css`

**Mac (Canary):** `~/Library/Application\ Support/Google/Chrome\ Canary/Default/User\ StyleSheets/Custom.css`

**PC:** `C:\Users\YourUsername\AppData\Local\Google\Chrome\UserData\Default\User StyleSheets\Custom.css`

**PC (Canary):** `C:\Users\YourUsername\AppData\Local\Google\Chrome SxS\UserData\Default\User StyleSheets\Custom.css`

**Ubuntu (Chromium):** `~/.config/chromium/Default/User StyleSheets/Custom.css`

## Screenshots

![Console view](https://raw.github.com/simonsmith/DarkDev/master/img/console.jpg)
![Elements view](https://raw.github.com/simonsmith/DarkDev/master/img/elements.jpg)

## More themes

* [Skin your Chrome Inspector](http://darcyclarke.me/design/skin-your-chrome-inspector/)
* [IR Black Theme](https://gist.github.com/1150520)
* [Dark Theme](http://www.learnaholic.me/2012/04/01/the-dark-theme-for-chrome-dev-tools/)