1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 10:54:52 +02:00
parent d3bd8e5cb8
commit 013f2dfbf2

View File

@@ -317,7 +317,7 @@ function getCommitColor(commitCount) {
{ c: 5, color: [255, 255, 255] },
{ c: 20, color: [30, 255, 0] },
{ c: 50, color: [0, 112, 221] },
{ c: 100, color: [180, 120, 255] },
{ c: 100, color: [163, 53, 238] },
{ c: 500, color: [255, 180, 60] }
];
function lerp(a, b, t) { return a + (b - a) * t; }