1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 11:06:37 +02:00
parent 486240f516
commit 9c20c1688f

View File

@@ -372,8 +372,8 @@ async function updateInteractionBar(folderObj) {
}
// In die Bar schreibenx
const [r, g, b] = getCommitColor(30);
document.getElementById('commitsToday').textContent = 30;
const [r, g, b] = getCommitColor(50);
document.getElementById('commitsToday').textContent = 50;
document.getElementById('commitsToday').style.color = `rgb(${r},${g},${b})`;
document.getElementById('linesUntilRewrite').textContent = linesUntilRewrite;
document.getElementById('countdown').textContent = countdown;