Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.77 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.77 KB

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 :