/Readable-ChromeDevThemes

Provide some better developer tool themes. Those use Sublime text 2 default font, and more readable color and lineheight on Chrome developer tools.

Primary LanguageCSS

Readable-ChromeDevThemes

More readable color and lineheight on Chrome developer tools, Sublime text 2 default font Develop more pleasureļ¼

How to Install

  1. Download Custom.css
  2. Replace the Custom.css file in your "User Stylesheets" folder. Here is how to find Custom.css:

Windows:

`%LOCALAPPDATA%\Google\Chrome\User Data\Default\User StyleSheets\Custom.css`

Linux

```
curl -o ~/.config/chromium/Default/User\ StyleSheets/Custom.css https://raw.github.com/Augus/Readable-ChromeDevThemes/master/Custom.css
```

Mac:

	```
	curl -o ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css https://raw.github.com/Augus/Readable-ChromeDevThemes/master/Custom.css
	```

Install Tip

If you don't know where is LOCALAPPDATA, please see this article.

Theme Features

  1. More readable colors.
  2. More readable lineheight (1.2em).
  3. More readable selected area.
  4. Add Guide lines before selected tag.

SCSS Support

Easy Build Your self, just download SCSS project and change the _setting.scss file.

Screenshots :