reposense / RepoSense

Contribution analysis tool for Git repositories
https://reposense.org
MIT License
238 stars 153 forks source link

Use only one color for ramps #2216

Open damithc opened 1 month ago

damithc commented 1 month ago

Currently, we use multiple colors for ramps, and file groups. image

To a viewer, this may to confusing. For example, the viewer might think the color of the ramp indicates the file types that were modified in that commit.

The color in the ramp is currently used to indicate the day the commit was done, so that it is easy to see which commits were done on a specific day, across repos. Personally, I don't think this feature adds much value.

So, one option is to use the same color for ramps so that it is clear the colors are used to indicate file type breakdown only.

What do others think?