go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.39k stars 5.43k forks source link

Heatmap Color Shade #13529

Closed bagasme closed 3 years ago

bagasme commented 3 years ago

Description

Consider following heatmap screenshot from my instance: heatmap

The gradation between level-2 and level-1 color shade is subtle; I can hardly differentiate both of them. The shade for the heatmap should be distinct enough per level, so that the colors can be differentiated easily.

Color for level-1 is #8db4db, and for level-2 is #5791cb

Screenshots

(see above)

silverwind commented 3 years ago

Agree, might need to do either 15% or 20% opacity steps, they are currently 10%.

silverwind commented 3 years ago

https://github.com/go-gitea/gitea/pull/13533