1
0

Change commit color in renderer.js

This commit is contained in:
2025-05-26 10:51:56 +02:00
parent de161e14a6
commit 107a67ad2e

View File

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