From 107a67ad2e026183f495d78cb10a07095cb6fb61 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 10:51:56 +0200 Subject: [PATCH] Change commit color in renderer.js --- renderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer.js b/renderer.js index 597ad9c..dea38b5 100644 --- a/renderer.js +++ b/renderer.js @@ -313,7 +313,7 @@ let countdownInterval = null; function getCommitColor(commitCount) { const stops = [ - { c: 0, color: [60, 230, 100] }, + { c: 0, color: [127, 127, 127] }, { c: 10, color: [60, 230, 100] }, { c: 50, color: [100, 180, 255] }, { c: 100, color: [180, 120, 255] },