An open API service indexing awesome lists of open source software.

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

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

![screenshot](http://i.imgur.com/JZZal.png)

## 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.