Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idleberg/base16-chrome-devtools
Chrome Developer Tools style sheets based on Chris Kempson's Base16 colour scheme
https://github.com/idleberg/base16-chrome-devtools
Last synced: 3 months ago
JSON representation
Chrome Developer Tools style sheets based on Chris Kempson's Base16 colour scheme
- Host: GitHub
- URL: https://github.com/idleberg/base16-chrome-devtools
- Owner: idleberg
- Archived: true
- Created: 2013-07-08T22:49:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T18:59:43.000Z (over 10 years ago)
- Last Synced: 2024-05-22T17:33:28.605Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 491 KB
- Stars: 38
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base16 for Chrome Developer Tools
Chrome Developer Tools style sheets based on Chris Kempson's [Base16][1] colour scheme
**Note**: As of Chrome 33, theming support has been overworked (if not [removed](https://codereview.chromium.org/66383005/) altogether), making this style-sheet incompatible. Should you be interested in updating this theme, you might want to use this [Yeoman generator](https://www.npmjs.org/package/generator-devtools-theme) as reference. Please commit your changes to the [Base16 template](https://github.com/chriskempson/base16-builder/tree/master/templates/chrome-devtools)!
![Base16: Chrome Developer Tools](https://raw.github.com/idleberg/base16-chrome-devtools/master/images/screenshot-chrome.png)
## Installation
### Mac OS X
1. Download any style sheet from the [`styles`][2] folder
2. Copy file to `~/Library/Application Support/Google/Chrome/Default/User StyleSheets`
3. Make sure to rename destination file to `Custom.css`### Windows
1. Download any style sheet from the [`styles`][2] folder
2. Copy file to `%APPDATA%\Local\Google\Chrome\UserData\Default\User StyleSheets`
3. Make sure to rename destination file to `Custom.css`### Linux
1. Download any style sheet from the [`styles`][2] folder
2. Copy file to `~/.config/google-chrome/Default/User StyleSheets`
3. Make sure to rename destination file to `Custom.css`## Contributing
All pull requests should be made against [Base16 Builder][3], the tool used to compile these style sheets
## Credits
Original Base16 color scheme by [Chris Kempson][4], LESS based on a Gist by [Ben Truyman][5]
[1]: https://github.com/chriskempson/base16
[2]: https://github.com/idleberg/base16-chrome-devtools/tree/master/styles
[3]: https://github.com/chriskempson/base16-builder
[4]: https://github.com/chriskempson/
[5]: https://gist.github.com/3040634