https://github.com/typpo/github-participation-graph
makes the participation graph darker and adds difference between owner and contributor commits
https://github.com/typpo/github-participation-graph
Last synced: about 1 year ago
JSON representation
makes the participation graph darker and adds difference between owner and contributor commits
- Host: GitHub
- URL: https://github.com/typpo/github-participation-graph
- Owner: typpo
- Created: 2012-09-20T21:20:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-21T19:47:11.000Z (almost 14 years ago)
- Last Synced: 2025-04-15T03:07:40.577Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub Participation Graph Extension for Chrome
========
A simple chrome extension that changes github participation graphs by doing the following:
* darkens the graphs
* adds separate colors for owners and contributors (similar to the old colors)
## Screenshot

## Installation
You can:
**[Get it from the Chrome Web Store](https://chrome.google.com/webstore/detail/eopmclompcbgaabjcojbfkjmneacpkbk/)**
Or install it manually:
1. Fork or clone this repository, eg. `git clone https://github.com/typpo/github-participation-graph.git`
2. Go to your Chrome Extensions Page (chrome://chrome/extensions/) and enable 'Developer Mode' if not already enabled
3. 'Load Unpacked Extension' and choose the github-participation-graph directory
## Fork me
This is just 10 lines of js...feel free to add whatever you want or tweak the colors.