1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 10:54:37 +02:00
parent 28215ada8b
commit 42aa123870

View File

@@ -314,7 +314,7 @@ let countdownInterval = null;
function getCommitColor(commitCount) {
const stops = [
{ c: 0, color: [157, 157, 157] },
{ c: 5, color: [127, 127, 127] },
{ c: 5, color: [255, 255, 255] },
{ c: 20, color: [60, 230, 100] },
{ c: 50, color: [100, 180, 255] },
{ c: 100, color: [180, 120, 255] },