More readable color and lineheight on Chrome developer tools, Sublime text 2 default font Develop more pleasure!
- Download Custom.css
- Replace the
Custom.css
file in your"User Stylesheets"
folder. Here is how to findCustom.css
:
`%LOCALAPPDATA%\Google\Chrome\User Data\Default\User StyleSheets\Custom.css`
```
curl -o ~/.config/chromium/Default/User\ StyleSheets/Custom.css https://raw.github.com/Augus/Readable-ChromeDevThemes/master/Custom.css
```
```
curl -o ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css https://raw.github.com/Augus/Readable-ChromeDevThemes/master/Custom.css
```
If you don't know where is LOCALAPPDATA
, please see this article.
- More readable colors.
- More readable lineheight (1.2em).
- More readable selected area.
- Add Guide lines before selected tag.
Easy Build Your self, just download SCSS project and change the _setting.scss
file.