Question: How to adjust the visual intensity of the contribution patterns in script.py? #183076
-
Select Topic AreaQuestion BodyHi everyone, I'm using the github-contribution-graph-hack tool. I noticed that the script is currently set to a specific number of commits per pixel. Could someone explain which variable I should modify if I want the green dots to appear darker or lighter on my GitHub profile? I want to make sure the pattern is clearly visible. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
L4Ta-10001001
Dec 29, 2025
Replies: 1 comment
-
|
U need to modify the COMMITS_PER_PIXEL constant at the beginning of script.py. Increasing this number will make the green color darker because it creates more commits for that specific date. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
D3r3ck01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
U need to modify the COMMITS_PER_PIXEL constant at the beginning of script.py. Increasing this number will make the green color darker because it creates more commits for that specific date.